By sahebkanodia
Hi, I am getting this error when I try to run my tests with selenium webdriver.
selenium.common.exceptions.WebDriverException: Message: u’unknown error: Chrome failed to start: exited abnormally\n (Driver info: chromedriver=2.9.248316,platform=Linux 3.8.0-29-generic x86)’
Any suggestions anyone? Thanks.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi, <br> <br>Could you provide a code snippet showing how you are trying to launch it in your script? It would help us figure out what’s going one. <br> <br>You can also try launching it with more verbose output to see if there is more to that error message: <br> <br> service_log_path = “{}/chromedriver.log”.format(outputdir) <br> service_args = [‘–verbose’] <br> driver = webdriver.Chrome(‘/path/to/chromedriver’, <br> service_args=service_args, <br> service_log_path=service_log_path)
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.