Selenium project web driver

how to set path for webdriver .

hey @aakashsharma845,
just keep use the exact path ( full path ) to webriver in your code.
for example in chrome webdriver :

browser = webdriver.Chrome(“C:\User\work\driver.exe”)

and if you have your chromedriver in the directory itself in which you are working. Then you can just use

browser = webdriver.Chrome()

in both the cases your driver will work fine.
I hope this would have resolved your doubt.
Thank You and Happy Learning :slightly_smiling_face:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.