Quantcast
Channel: Active questions tagged selenium - Stack Overflow
Viewing all articles
Browse latest Browse all 98792

Stop Driver Process after - session not created: This version of ChromeDriver only supports Chrome version

$
0
0

When trying to initialize the ChromeDriver to run selenium tests in C#, this mismatch error causes the chromedriver executable to remain running.

I've modified the code to catch the exception and then call Driver.Quit() however this is having no effect to the executing process.

How do I prevent the driver from becoming a zombie process (not technically zombie).


Viewing all articles
Browse latest Browse all 98792

Trending Articles