Closed h928725721 closed 1 year ago
@h928725721, thank you for creating this issue. We will troubleshoot it as soon as we can.
Triage this issue by using labels.
If information is missing, add a helpful comment and then I-issue-template
label.
If the issue is a question, add the I-question
label.
If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted
label.
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable G-*
label, and it will provide the correct link and auto-close the
issue.
After troubleshooting the issue, please add the R-awaiting answer
label.
Thank you!
Does it happen when you use Selenium without browser mob proxy?
It seems like you're facing an issue where sometimes a URL opened through Selenium using ChromeDriver shows a blank page, even though the same URL opens normally when manually opened in a new tab. This sporadic behavior can be challenging to debug. Here are a few steps you can consider to troubleshoot the problem:
@diemol I haven't tried it because the problem occurs only in rare cases
This sounds like a network/proxy issue, unrelated to this code base. Regardless, if we can't reproduce it, we can't investigate it as a potential bug.
@titusfortner Alright ,thank you very much
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
What happened?
I try to open an URL through Selenium, after Google Chrome opened and it showed a blank page.
But when I copied this URL to a new TAB and opened it, it could be displayed normally.
How can we reproduce the issue?
Relevant log output
Operating System
windows 10
Selenium version
4.9.0
What are the browser(s) and version(s) where you see this issue?
115.0.5790.171
What are the browser driver(s) and version(s) where you see this issue?
ChromeDriverManager().install()
Are you using Selenium Grid?
no