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

Any plans for Selenium Manager support? #286

Open
AlexanderArendar opened this issue Oct 24, 2023 · 0 comments
Open

Any plans for Selenium Manager support? #286

AlexanderArendar opened this issue Oct 24, 2023 · 0 comments

Comments

@AlexanderArendar
Copy link

AlexanderArendar commented Oct 24, 2023

Starting from the Selenium version 4.6 there is a Selenium Manager tool which is designed to remove the burden of manual browser/chromedriver management from developers. They state that major language bindings already use this Selenium Manager tool under the hood to automatically download the chromedriver corresponding to installed browser version:

As of version 4.6. 0, all releases of Selenium (Java, JavaScript, Python, Ruby, and . Net) are shipped with Selenium Manager.

Are there any plans to utilize this in Dart binding?

Additional motivation to utilize this except for the evident convenience is that the v114 chromedriver is the last version that is available directly for download on the chrowedriver downloads page. All further versions are available fro programmatic download via the JSON API. If I understand correctly the Selenium Manager tool uses this JSON API.

Overall, could you comment if we can enjoy all these advances with Dart binding?

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