[🐛 Bug]: The HTTP request to the remote WebDriver server for URL http://localhost:57871/session/9ee0614f78d6247023cd56f0b84f1575/url timed out after 60 seconds.
See original GitHub issueWhat happened?
Hey i try to open a URL with ChromeDriver and get the error “The HTTP request to the remote WebDriver server for URL http://localhost:57871/session/9ee0614f78d6247023cd56f0b84f1575/url timed out after 60 seconds.”
I allready tried to set timeout up to 180 but this dont worked.
The same driver open 2 Websites bevore the error occurs. If it try to open the 3. Website with this driver it alltimes crash.
Is there a solution for this?
It does not crash everytime but in 90% of the runs it crash.
I have 2 drivers running and i allready tried to sleep between the stat of the drivers. But that dont worked.
I have allready added this 2 lines: options.AddArgument(“no-sandbox”); options.AddArgument(“–remote-debugging-port=0”); But that dont worked.
Here is the code (is skipped it a little bit to the relevant lines because its a big program):
ChromeDriver driver = null; ChromeDriver driver3 = null; ChromeOptions options = new ChromeOptions();
options.AddArguments(“disable-blink-features=AutomationControlled”); options.AddArgument(“no-sandbox”); options.AddArgument(“–remote-debugging-port=0”);
driver3 = new ChromeDriver(options); Thread.Sleep(3000); driver = new ChromeDriver(options);
driver.Navigate().GoToUrl(“https://www.behindthename.com/random/random.php?number=1&sets=1&gender=m&surname=&randomsurname=yes&usage_ger=1”);
Thread.Sleep(10000);
driver.Navigate().GoToUrl(“https://all-inkl.com/login/”);
Thred.Sleeop(10000);
driver.Navigate().GoToUrl(“https://all-inkl.com/login/”);
I dont know why but alltime it tries to open the secound time https://all-inkl.com/login/ i got a crash.
How can we reproduce the issue?
Dont know see code above.
Relevant log output
No
Operating System
Windows 10
Selenium version
4.0.1
What are the browser(s) and version(s) where you see this issue?
Chrome 98.0.4758.82
What are the browser driver(s) and version(s) where you see this issue?
Chrome Driver 98.0.4758.82
Are you using Selenium Grid?
No
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:18 (4 by maintainers)
Top GitHub Comments
Please delete the Username and Password in the delete subdomain function. My acces to the webhoster is blocked caus of to much login attempts
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.