Closed iyamk closed 1 year ago
@iyamk, 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!
There is little we can do if the code works on non-headless and does not when it is headless.
Perhaps have a look at https://www.selenium.dev/blog/2023/headless-is-going-away/, https://developer.chrome.com/articles/new-headless/.
If you still face an issue, please report it to the Chrome/ChromeDriver folks. You can use the links below.
Hi, @iyamk. 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.
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?
My code:
How can we reproduce the issue?
Run code But for this you need to log in to VKontakte Then comment out op.add_argument('headless') And the code will work well and display the VK page code. But with the headless option, it displays the biglike.org site code and gives an error which means that it cannot switch the window in headless mode
Relevant log output