Comment #23 on issue 979 by [email protected]: If a library implemented as
a directory is in execution directory, importing it can result in corrupted
library with Python 2.5 and 2.6
http://code.google.com/p/robotframework/issues/detail?id=979
Hi,
I have been having this issue of Selenium 2 Library for sometimes, and in
the long run had to switch to RC again. Can someone give me some suggestion?
I am using Robot frame work RIDE for executing my script.
The issue is, I changed the Library name from Selenium Library to
Selenium2Library, and also so many other ways to make RIDE find the
selenium 2 Library, but its not finding the library, the KEYWORDS font
color is black, meaning it didn't find the selenium 2 Library. I installed
the Selenium 2 Library (Source:
robotframework-selenium2library-1.0.0.win-amd64.exe, my machine is windows
7), and its showing in the path where Its installed
(C:\Python27\Lib\site-packages\Selenium2Library).
But still its giving the error "No Keywords found in Selenium 2 Library".
What is the command or keyword that I am missing? how can I declare the
Selenium 2 library in my IDE? what is the syntax? can any one help?