Requesting help to amend script to use edgedriver.exe within a different folder
Opened this issue · 0 comments
Apologies if this has been asked before as I have tried to search but could not find an answer.
I am relatively new to using SeleniumBasic and am trying to create a script to automate data retrieval from a website.
However, I need to get the script to use the edgedriver.exe file that is in a different folder and not the default "AppData/Local/SeleniumBasic" as I dont have administrative access to it. It needs to use it from a different folder i.e. "E:\edgedrive\edgedriver.exe" where I have the administrative access to.
Options i have tried including using driver.SetPreference("webdriver.edge.driver", "E:\edgedrive\edgedriver.exe") but it still throws out the error that the edgedriver.exe file could not be found within AppData/Local/SeleniumBasic..
Thank you in advance
Tryingmyverybest