Python Forum
selenium - chrome crashes when chrome is running.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
selenium - chrome crashes when chrome is running.
#5
download chrome driver from here, dont use your chrome browser
https://sites.google.com/a/chromium.org/.../downloads

set the path to that driver, and then get rid of your options code
w = webdriver.Chrome("C:/USER/Downloads/chromedriver")
w.get("https://www.google.com/")
Recommended Tutorials:
Reply


Messages In This Thread
RE: selenium - chrome crashes when chrome is running. - by metulburr - Dec-16-2018, 06:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How do I get rid of "Chrome is being controlled by automated test software"? jetBlack 2 12,910 Jul-21-2022, 08:31 AM
Last Post: Benjamin112
  little parser-script crashes after doing good work for some time apollo 0 1,659 Feb-03-2021, 10:48 AM
Last Post: apollo
  How do I iterate over an array and perform actions using selenium chrome webdriver? master 0 2,456 Sep-14-2020, 05:28 AM
Last Post: master
  Expose chrome extension buttons to Python robertjaxe 2 2,356 May-12-2020, 07:52 PM
Last Post: robertjaxe
  Selenium/chrome console WiPi 4 5,911 Apr-12-2020, 11:45 AM
Last Post: WiPi
  Chrome instead of IE Friend 1 2,166 Feb-09-2020, 07:31 AM
Last Post: Larz60+
  Headless Chrome: How to login into a webpage? amandacstr 1 4,322 Feb-06-2020, 02:19 AM
Last Post: metulburr
  error when running headless selenium julio2000 2 4,587 Feb-01-2020, 12:41 PM
Last Post: julio2000
  Interfacing Google Chrome & Python akornrumpf 5 4,105 Mar-16-2019, 10:20 PM
Last Post: Larz60+
  Selenium Web Driver Exe not running in other PC's Utkarsh29 2 4,498 Feb-28-2019, 05:48 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020