-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Open
Labels
Description
Feature and motivation
Continuation of #11694
We already have Selenium.WebDriver nuget package including selenium-manager binaries. What if selenium-manager binaries will be shipped as separate package?.. Let's say Selenium.WebDriver.Manager.
Why:
- Users will be able referencing to binaries if they want to deal with SM only (including SM process wrapper for .Net)
Selenium.WebDriverwill be depend onSelenium.WebDriver.Manager- We will be able to release hotfixes of selenium-manager without releasing
Selenium.WebDriver- user will be able to upgrade if he wants - Disk/Network space optimization. If new version of main
Selenium.WebDriveris released, user downloads <1MB data (instead of 10MB)
Usage example
No specific usage, just restructuring packages and dependencies.
We also can consider creation of Selenium Manager Tool.
dotnet tool install -g SeleniumManager
seleniummanager --browser chrome --version 120Command name is a topic for discussion.