Quantcast
Viewing all articles
Browse latest Browse all 18

Answer by Siddy Hacks for unknown error: Chrome failed to start: exited abnormally (Driver info: chromedriver=2.9

In Linux adding these lines to my code helped me.

from selenium import webdriverfrom selenium.webdriver.chrome.options import Optionschrome_options = Options()chrome_options.add_argument("--disable-extensions")chrome_options.add_argument("--disable-gpu")chrome_options.add_argument("--no-sandbox")driver = webdriver.Chrome(options=chrome_options)driver.get("www.counterviews.online")

Viewing all articles
Browse latest Browse all 18

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>