Closed Nutcutt3er closed 3 months ago
@Nutcutt3er, thank you for creating this issue. We will troubleshoot it as soon as we can.
Triage this issue by using labels.
If information is missing, add a helpful comment and then I-issue-template
label.
If the issue is a question, add the I-question
label.
If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted
label.
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable G-*
label, and it will provide the correct link and auto-close the
issue.
After troubleshooting the issue, please add the R-awaiting answer
label.
Thank you!
You are declaring the service -> service = Service()
, and then in the code, you are never modifying that variable.
💬 Please ask questions at:
This is setting the location correct? Otherwise can you please elaborate?
Service('testing/driver/chromedriver.exe') driver = webdriver.Chrome(service=service, options=options)
Service('testing/driver/chromedriver.exe')
this value is not being used, it is not assigned to any variable.
Perfect, thank you!
This issue has been automatically locked since there has not been any recent activity since it was closed. Please open a new issue for related bugs.
What happened?
Selenium and Chrome For Testing, how to disable the new browser.driver download?
I have Chrome For Testing and chromedriver installed in a custom location, and everything works, but it downloads the newer version(and does nothing with them everytime I run the script.)
I can watch in task manager as it maxes out my internet for a while downloading.
It is downloading new browser and driver?
How can we reproduce the issue?
Relevant log output
Operating System
Win 10
Selenium version
Python Selenium Version: 4.22.0
What are the browser(s) and version(s) where you see this issue?
Chrome For Testing Version 126.0.6478.182
What are the browser driver(s) and version(s) where you see this issue?
Chromdriver 127.0.6533.88
Are you using Selenium Grid?
No Grid