We are planning to automate web browser testing using Robot framework with Selenium . For that we have installed in windows with the following versions.
C:\Users\myPC>pip install robotframework-selenium2library
Collecting robotframework-selenium2library
Downloading robotframework_selenium2library-3.0.0-py2.py3-none-any.whl
Collecting robotframework-seleniumlibrary>=3.0.0 (from robotframework-selenium2l
ibrary)
Downloading robotframework_seleniumlibrary-3.0.1-py2.py3-none-any.whl (75kB)
100% |################################| 81kB 301kB/s
Collecting selenium>=2.53.6 (from robotframework-seleniumlibrary>=3.0.0->robotfr
amework-selenium2library)
Downloading selenium-3.8.1-py2.py3-none-any.whl (942kB)
100% |################################| 952kB 233kB/s
Collecting robotframework>=2.8.7 (from robotframework-seleniumlibrary>=3.0.0->ro
botframework-selenium2library)
Downloading robotframework-3.0.2.tar.gz (440kB)
100% |################################| 450kB 256kB/s
Installing collected packages: selenium, robotframework, robotframework-selenium
library, robotframework-selenium2library
Found existing installation: robotframework 2.8.6
DEPRECATION: Uninstalling a distutils installed project (robotframework) has
been deprecated and will be removed in a future version. This is due to the fac
t that uninstalling a distutils project will only partially uninstall the projec
t.
Uninstalling robotframework-2.8.6:
Successfully uninstalled robotframework-2.8.6
Running setup.py install for robotframework ... done
Successfully installed robotframework-3.0.2 robotframework-selenium2library-3.0.
0 robotframework-seleniumlibrary-3.0.1 selenium-3.8.1
C:\Users\myPC>
Could you please help to resolve the "Selenium2Library" import error.