TTimed out waiting for driver server to start 」 on Webdriver

Asked 2 years ago, Updated 2 years ago, 111 views

I'm sorry.I use PHP, slenium, and chromedriver for scraping."I get ""Timed out waiting for driver server to start"" errors irregularly and frequently, but I don't know why at all."Please let me know if anyone knows the solution.

Also, the relationship is unknown at this time, but what we know is that when we throw an exception during scraping, quit() was not processed, so there seems to be a lot of chromedrivers in the process.Will this have an effect?

php selenium selenium-webdriver chromedriver

2022-09-29 22:46

1 Answers

The WebDriver instance failed to start the driver.Perhaps the version you are using is not appropriate.

For now, try the following modifications:

  • Make ChromeDriver Latest
  • Make the Chrome version appropriate depending on the ChromeDriver version (for example, Chrome80 is recommended for ChromeDriver 80.0.3987.16
  • Clean and recreate Workspace


2022-09-29 22:46

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.