kaliiiiiiiiii / Selenium-Driverless

undetected Selenium without usage of chromedriver
https://kaliiiiiiiiii.github.io/Selenium-Driverless/
Other
545 stars 66 forks source link

[Bug] The program does not issue an error when the driver is closed. #200

Closed boludoz closed 6 months ago

boludoz commented 6 months ago

The program will continue to function normally when the browser is closed at runtime.

kaliiiiiiiiii commented 6 months ago

I don't think so - please provide a POC

boludoz commented 6 months ago

It does not produce an exception, the program will simply continue working when you close Chrome intentionally or by mistake.

kaliiiiiiiiii commented 6 months ago

It does not produce an exception, the program will simply continue working when you close Chrome intentionally or by mistake.

POC = Proof Of concept. I need a minimum reproducible code for that. Driverless will//should throw an error when chrome gets closed.