Selenium doubt | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Selenium doubt

Hey gys plz advise me how to i use selenium in python I used it but path is not exits

26th Oct 2019, 6:07 AM
Amit singh
Amit singh - avatar
7 Answers
0
Show the full error. Also make sure you've the driver in the same directory.
3rd Nov 2019, 4:27 AM
Шащи Ранжан
Шащи Ранжан - avatar
+ 2
Now I enjoy kivy and still learning
3rd Nov 2019, 8:04 AM
Amit singh
Amit singh - avatar
+ 1
Or any browesr
3rd Nov 2019, 4:29 AM
Amit singh
Amit singh - avatar
+ 1
I download it bt I can't when I write code error occurs
3rd Nov 2019, 4:30 AM
Amit singh
Amit singh - avatar
+ 1
All the error is fixed
3rd Nov 2019, 8:04 AM
Amit singh
Amit singh - avatar
0
Bro I am unable to find chrome driver
3rd Nov 2019, 4:29 AM
Amit singh
Amit singh - avatar
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)
3rd Nov 2019, 4:34 AM
Шащи Ранжан
Шащи Ранжан - avatar