question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] Enabled "driverManagerEnabled" that download webdriver binary automatically out of work

See original GitHub issue

Dear 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.

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
vinogradoffcommented, Apr 9, 2020

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? 😃

0reactions
ansonliaocommented, Apr 9, 2020

@vinogradoff Sure, we can close this issue now, thanks for your help.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found