[🐛 Bug]: Inconsistent shutdown behavior between drivers
See original GitHub issueWhat happened?
I was trying to use the new feature Selenium Manager using Edge browser Unfortunately, after every successful run of the program, the browser gets automatically closed
Language: Python Editor: Pycharm
Note: Firefox browser is working fine till now.
How can we reproduce the issue?
from selenium import webdriver
driver = webdriver.Edge()
driver.get("https://www.google.com/")
Relevant log output
It ran successfully, so there is no log to show from the console.
Operating System
Windows 10 pro
Selenium version
Selenium 4.6.0
What are the browser(s) and version(s) where you see this issue?
Microsoft Edge 107.0.1418.56
What are the browser driver(s) and version(s) where you see this issue?
No driver has been used
Are you using Selenium Grid?
No
Issue Analytics
- State:
- Created 10 months ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Inconsistent BSOD errors. Tried a lot of fixes, please for my ...
Hey All, Im really hoping someone who can deeply anyalyze the minidump files can at least point me to what driver/hardware might be...
Read more >Inconsistent flows with DVR l2pop VxLAN on br-tun
We tried with the native and ovs_ofctl interfaces, same behavior. From where Neutron get the flows to add/update/remove, from the ports table ?...
Read more >How to Fix Monitors Turning Off After Boot on Windows?
There are a lot of Windows users reporting that their monitor/s turn off unexpectedly shortly after boot without an apparent reason.
Read more >DRIVER POWER STATE FAILURE - Dell Community
This bug check indicates that the driver is in an inconsistent or invalid power state. Please run diagnostics on the system to confirm...
Read more >Driver Hub Troubleshooting - DUO Control System
"App Not Installed" Error · 1. Remove the Driver Station app icon on the home page by clicking and dragging to the X...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Did a run through of existing behaviors of different languages:
#at_exit
; drivers are attached to a process group, which we think also closes all processes opened by the driver, so browsers exit as well.__del__()
, but browsers remain openIdeally the behavior is the same between languages and browsers, let’s discuss at next TLC meeting.
A little in the channel. It was added right after the last tlc meeting.