c# selenium internet explorer timeout -


i having timeout issues late selenium test when calling driver.windowhandles.

i want increase timeout default of 60 seconds in ie driver.

error message;

ex = {"the http request remote webdriver server url http://localhost:43196/session/3385234a-4378-419a-9e3a-c59e6b0f7913/window timed out after 60 seconds."} 

it rather simple increase timespan of requests

internetexplorerdriver driver = new internetexplorerdriver(@"c:\path", options, timespan.fromminutes(2)); 

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -