Closed aaptwo closed 1 year ago
@aaptwo, 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!
Hi, @aaptwo. This issue has been determined to require fixes in ChromeDriver.
You can see if the feature is passing in the Web Platform Tests.
If it is something new, please create an issue with the ChromeDriver team. Feel free to comment the issues that you raise back in this issue. Thank you.
Actually, I was using Selenium 4.6. I upgraded to Selenium 4.10 and using '--headless=new' (instead of '--headless'), but I get the same errors as before.
Does it work when you don't run it headless?
Without '--headless' or --headless-new' it won't run at all (no tests will run), I think because on remote server there is no display attached to it. With '--headless' or --headless-new', some tests pass, others fail because it cannot identify elements.
You can try taking a screenshot and seeing what is on the page. It could be a network /proxy issue where not everything actually loads. But not sure what to tell you here. There's no bug for us to fix, just something unexpected in your setup. Also, explicit waits and implicit waits don't work well together. Try removing the implicit wait.
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?
The following script runs on IntelliJ IDE and on command line. It fails when I run it on remote GitHub Ubuntu server.
How can we reproduce the issue?
Relevant log output
Operating System
Ubuntu
Selenium version
Java 4.6
What are the browser(s) and version(s) where you see this issue?
Chrome 114.0.5735.198
What are the browser driver(s) and version(s) where you see this issue?
ChromeDriver 114.0.5735.90
Are you using Selenium Grid?
No