my issue, strictly speaking is not with the robot framework but I'm hoping somebody can help point me in the right direction.
I have one machine that is the only machine which cannot find the import library selenium2library.
my test file includes:
***Settings***
Library Selenium2Library
the text is highlighted and the following message is displayed
Import file not found - this inspection triggers when the library of resource is not defined.
I'm currently using the following:
Windows 10 (build 15063.276)
robotframework 3.0.2
python 2.7.14
pip 9.0.1
robotframework-selenium2library 1.8.0
selenium 3.4.3
intellibot 0.10.143.381
Robot Framework Support 0.13
this test suite runs as expected on this machine, I simply cannot access the keyword library through my IDE.
the library is found on all other machines that use the same configuration, for which the test also runs as expected.
Can anybody help?
Thanks
james