-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Labels
C-rustRust code is mostly Selenium ManagerRust code is mostly Selenium ManagerI-enhancementSomething could be betterSomething could be better
Description
Feature and motivation
Currently, Selenium Manager uses the latest version of IEDriverServer when using Internet Explorer. Besides, the internal Rust logic assumes that the latest release of Selenium contains a version of IEDriverServer. This can pose a potential problem if a Selenium release does not ship the IEDriverServer binaries. To avoid this issue, there is an open issue in Selenium (#11280) to publish this info. When this information is available, the Selenium Manager logic should read it to use the most suitable IEDriverServer version.
Usage example
The use of Selenium Manager will be the same to resolve IEDriverServer:
selenium-manager --browser ie
Metadata
Metadata
Assignees
Labels
C-rustRust code is mostly Selenium ManagerRust code is mostly Selenium ManagerI-enhancementSomething could be betterSomething could be better
Type
Projects
Status
Done