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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -