2

I was trying to test out selenium, and the code asks me to run a script

browser = webdriver.Firefox()

However, this is the problem I get. Hope the gurus of the coding world can help me. This is Python 3 on Windows 10.

enter image description here

Horizoner 2.0
  • 105
  • 2
  • 6

1 Answers1

1
driver = webdriver.Firefox('C:\\Files\\geckodriver.exe')

help

Druta Ruslan
  • 7,171
  • 2
  • 28
  • 38