Python Selenium Tutorial - How to get the path of your webdriver or chromedriver

preview_player
Показать описание
If you would like me to help you with your code, please schedule a time to have a google meet with me.

**30 minute google meet for $10**

**15 minute meet for $5**

**1 hour for $30**
Рекомендации по теме
Комментарии
Автор

in spite of what all the other comments have said, this actually helped me and now my selenium can find my chromedriver, thank you!

BaldinJapan
Автор

This is not helpful, all you do is regurgitate the path that you set in line 9. If I already know the path for line 9 why would I need to look it up?

anurgetotravel
Автор

Driver = webdriver.Chrome()
ChromeDriverLocation = driver.service.path
Print(ChromeDriverLocation).

This worked for me Thanks brother

SaidNawaz-izpd