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?