Search code examples
pythonseleniumsplinter

The splinter Browser in Python cannot work


This is the sample code:

from splinter import Browser

b = Browser()

However I got the error as below: enter image description here


Solution

  • looking at the last line of the error it appears that 'geckodriver' needs to be added to your PATH.