You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: