c# - Selenium error ystem.InvalidOperationException -
i'm pretty new c#, using selenium other day. tried use today i'm getting error thrown @ me
which is
system.invalidoperationexception: session not created exception unknown error: runtime.executioncontextcreated has invalid 'context': {"auxdata":{"frameid":"12184.1","isdefault":true},"id":1,"name":"","origin":"://"}
to replicate problem me this
try { iwebdriver driver = new chromedriver(); driver.navigate().gotourl("https://google.com"); } catch (exception ex) { console.writeline(ex); console.readkey();
thank you.
Comments
Post a Comment