I am receiving following error while executing the line(selenium chrome driver
):
driver.findElements(By.className("myClass"));
unknown error: unhandled inspector error:
{"code":-32000,"message":"Cannot find execution context with given id"}
What is the reason for this error? How can i solve it?
I had this issue today exclusively with ChromeDriver on a project that has been working fine. I found that upgrading to the following version of ChromeDriver fixed the issue for me:
ChromeDriver v2.21 Download Page
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With