I want to run my test on robot 6, but want to use Selenium 3.14 ?
Hello Alex-walker,
By default robot 6 installs selenium>4
. If you want to run on selenium 3.14
Use the below commands:
pip uninstall selenium==4.5.0
pip install selenium==3.14
pip install Appium-python-Client==1.1.0