How to update selenium-server-standalone to specific version ?
As in my project I want version 3.0.1 but when I ran
webdriver-manager update
It downloads "3.141.59" version which is not compatible for my project.
How to update selenium-server-standalone to specific version ?
As in my project I want version 3.0.1 but when I ran
webdriver-manager update
It downloads "3.141.59" version which is not compatible for my project.
You can update selenium-server-standalone jar in two ways :
2.a. Update to Specific version globally :
Globally means at : user's AppData location
Example :
2.b. Update to Specific version for specific project :
Example :