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
The WebDriver instance failed to start the driver.Perhaps the version you are using is not appropriate.
For now, try the following modifications:
Chrome80
is recommended for ChromeDriver 80.0.3987.16
© 2024 OneMinuteCode. All rights reserved.