Reputation: 247
This is the sample code:
from splinter import Browser
b = Browser()
However I got the error as below:
Upvotes: 0
Views: 189
Reputation: 921
looking at the last line of the error it appears that 'geckodriver' needs to be added to your PATH.
Upvotes: 1