[ACCEPTED]-Selenium import error when running test case with RobotFramework-robotframework

Accepted answer
Score: 16

Resolved the problem by removing Selenium2Library 2 folder and reinstalling it with pip command 1 (which installs all necessary packages).

pip install robotframework-selenium2library 
Score: 0

I also had a similar problem. I'm running 7 both Python 3.7 and 3.8 because RIDE does 6 not work with 3.8.

I had installed robot 5 framework for Python 3.8 before, and after 4 that I installed everything on 3.7. The problem was fixed when 3 I uninstalled robot framework (and every 2 package related to it) from 3.8 and installed 1 every package on Python 3.7 only.

More Related questions