Selenium with PHP timeout -


i have couple of selenium tests written in php.

since yesterday 1 test keeps timing out simple $webdriver->get($url); happening in 80% of executions.

it takes 5 minutes finish request. when open url in browser (same browser, without selenium) page loading imediately.

selenium standalone-server, chromedriver , chrome date.

does know issue?


Comments

Popular posts from this blog

python - RuntimeError: can't re-enter readline -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -