[Bug] Enabled "driverManagerEnabled" that download webdriver binary automatically out of work
See original GitHub issueDear all,
My Selenide version is the latest (5.10.0
), and I set the selenide.driverManagerEnabled
to true explicitly to download the webdriver binary automatically, but Selenide
will not download the webdriver binary automatically.
My OS is Mac OS.
Please help to check.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
This version of ChromeDriver only supports Chrome version 102
I'm using VS Code and Anaconda3. Currently trying to install ChromeDriver_Binary but, when I try to execute code ...
Read more >Selenium Manager 4.6.0 - No Need To Setup Any .exe File
New Selenium Manager - No Need To Setup Any .exe File | No Need to setup any System Property Now || No Bonigarcia...
Read more >Configuration - Selenide
Automatic WebDriver waiting after click isn't working in case of using this feature. static String. downloadsFolder. Folder to store downloaded files to.
Read more >WebDriverManager: How to manage browser drivers easily?
WebDriverManager in Selenium, as mentioned above, is a class that allows us to download and set the browser driver binaries without us, as ......
Read more >WebDriverManager - Boni García
Selenium WebDriver carries out the automation using the native support of each browser. For this reason, we need to place a binary file ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, when you create your own driver - you must do everything yourself.
Example: https://github.com/selenide/selenide/wiki/How-to-run-the-browser-in-MobileEmulation-mode
see the line:
WebDriverManager.chromedriver().setup();
It sets up WebDriverManager for chrome.
Can we close? 😃
@vinogradoff Sure, we can close this issue now, thanks for your help.