Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requesting help to amend script to use edgedriver.exe within a different folder #281

Open
Tryingmyverybest opened this issue Jan 14, 2024 · 0 comments

Comments

@Tryingmyverybest
Copy link

Tryingmyverybest commented Jan 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant