You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Selenium ChromeDriver to open and automate tasks with a specific Chrome profile, Chrome opens the profile window but stops responding to automation commands. The URL is not opened and no further progress is made after the browser window appears. This bug started occurring about 5-6 days ago; previously, the same code worked as expected.
Error Message:
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: DevToolsActivePort file doesn't exist
Steps to Reproduce:
Use this Python code to attempt opening multiple Chrome profiles with Selenium:
What happened?
When using Selenium ChromeDriver to open and automate tasks with a specific Chrome profile, Chrome opens the profile window but stops responding to automation commands. The URL is not opened and no further progress is made after the browser window appears. This bug started occurring about 5-6 days ago; previously, the same code worked as expected.
Error Message:
Steps to Reproduce:
Expected behavior: Selenium should successfully attach to the Chrome profile and automate tasks (navigate to URL, etc.) as scripted.
Actual behavior: Chrome opens with the profile, but Selenium is unable to send further commands. The process hangs, and the URL is not loaded.
Additional Information:
What browsers and operating systems are you seeing the problem on?
The text was updated successfully, but these errors were encountered: