Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
selenium not running firefox
#2
not sure where your geckodriver is located on windows, but once you know where it is located, you have to add it to the system path.
this can be done in software:
see: https://stackoverflow.com/questions/2895...pt-windows

you can also use:
browser = webdriver.Firefox(firefox_options=options, capabilities=caps, executable_path=r"yourpathto/geckodriver")
Reply


Messages In This Thread
selenium not running firefox - by Sanlus - Aug-31-2018, 05:00 PM
RE: selenium not running firefox - by Larz60+ - Aug-31-2018, 05:24 PM
RE: selenium not running firefox - by snippsat - Aug-31-2018, 07:15 PM
RE: selenium not running firefox - by j.crater - Aug-31-2018, 09:05 PM
RE: selenium not running firefox - by Larz60+ - Aug-31-2018, 09:29 PM
RE: selenium not running firefox - by snippsat - Aug-31-2018, 10:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need help for script access via webdriver to an open web page in Firefox Clixmaster 1 1,356 Apr-20-2023, 05:27 PM
Last Post: farshid
  Connect to existing Firefox session with Selenium euras 0 5,582 Feb-11-2021, 02:54 PM
Last Post: euras
  error when running headless selenium julio2000 2 4,679 Feb-01-2020, 12:41 PM
Last Post: julio2000
  Unable to access javaScript generated data with selenium and headless FireFox. pjn4 0 2,612 Aug-04-2019, 11:10 AM
Last Post: pjn4
  Selenium Web Driver Exe not running in other PC's Utkarsh29 2 4,561 Feb-28-2019, 05:48 PM
Last Post: snippsat
  Firefox Selenium (open new tab) oneclick 1 7,859 Dec-29-2018, 06:59 AM
Last Post: hbknjr
  selenium - chrome crashes when chrome is running. RvBVakama 4 15,453 Dec-16-2018, 06:32 PM
Last Post: metulburr
  Proxy Variable in Selenium wont work with FireFox Profile Proxy Setting. MIPython 0 8,586 Jul-13-2018, 05:43 PM
Last Post: MIPython
  How to geckodriver anonymous firefox mariolopes 5 7,329 Feb-10-2018, 10:58 PM
Last Post: mariolopes
  Selenium with headless firefox is slow mgtheboss 4 15,124 Jan-13-2018, 09:03 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

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