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