SeleniumHQ / selenium

A browser automation framework and ecosystem.
https://selenium.dev
Apache License 2.0
30.49k stars 8.15k forks source link

[🐛 Bug]: 'data:,' in the address bar while using chromedriver 112.0.5615.49 and selenium 3.141.0 #11924

Closed sbasu2023 closed 1 year ago

sbasu2023 commented 1 year ago

What happened?

After installing the Chrome Version 112.0.5615.138 with Chrome driver Driver Version: 112.0.5615.49 I am getting 'data:,' in the address bar while running automation headless=false (non-headless mode)

How can we reproduce the issue?

1.Install the latest Chrome version 112.0.5615.138
2. Run selenium python automation on non-headless mode
3. Getting 'data:,' in the address bar with blank page and automation failing

Relevant log output

HOOK-ERROR in before_scenario: WebDriverException: Message: unknown error: Chrome failed to start: exited normally.
  (unknown error: DevToolsActivePort file doesn't exist)
  (The process started from chrome location C:\Program Files\Google\Chrome\Application\chrome.exe is no longer running, so ChromeDriver is assuming that Chrome has crashed.)

Operating System

Windows 11

Selenium version

selenium 3.141.0

What are the browser(s) and version(s) where you see this issue?

Chrome Version 112.0.5615.138

What are the browser driver(s) and version(s) where you see this issue?

Chrome driver Driver Version: 112.0.5615.49

Are you using Selenium Grid?

No response

github-actions[bot] commented 1 year ago

@sbasu2023, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

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!

github-actions[bot] commented 1 year ago

Hi, @sbasu2023. Please follow the issue template, we need more information to reproduce the issue.

Either a complete code snippet and URL/HTML (if more than one file is needed, provide a GitHub repo and instructions to run the code), the specific versions used, or a more detailed description to help us understand the issue.

Note: If you cannot share your code and URL/HTML, any complete code snippet and URL/HTML that reproduces the issue is good enough.

Reply to this issue when all information is provided, thank you.

titusfortner commented 1 year ago
github-actions[bot] commented 1 year ago

Hi, @sbasu2023. 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.

github-actions[bot] commented 10 months ago

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.