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

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -