+ 1
Selenium doubt
Hey gys plz advise me how to i use selenium in python I used it but path is not exits
7 Respostas
0
Show the full error. Also make sure you've the driver in the same directory.
+ 2
Now I enjoy kivy and still learning
+ 1
Or any browesr
+ 1
I download it bt I can't when I write code error occurs
+ 1
All the error is fixed
0
Bro I am unable to find chrome driver
0
Did you search for geckodriver?
Once you've downloaded the geckodriver, you can use it as:
from selenium import webdriver
browser = webdriver.Firefox(executable_path=path/to/geckodriver/location)