Closed spooning closed 9 years ago
Originally submitted to Google Code by scottyan... on 8 Jan 2012
Import Selenium2Library module failed. Please make sure you have Selenium2Library installed.
Originally submitted to Google Code by @pekkaklarck on 10 Jan 2012
First of all, this tracker is for the old SeleniumLibrary. Selenium2Library has its own tracker in its project pages on GitHub. Second, at least with SeleniumLibrary you always need to have the server running. I don't know do you always need it with Selenium2Library.
Environment Info:
____Question1_____ Do we need to start selenium server to use Selenium2Library in RIDE pls?
____Trial Steps_____
4. no matter we started the Selenum-Server2.0 or not, it reported the same error as following:
FAIL: No keyword with name 'Open Browser' found.
20111228 16:07:26.315 ERROR Invalid syntax in file 'd:\ride\wu3\suites\Test1\Array.tsv' in table 'Setting': Importing test library 'Selenium2Library' failed: ImportError: No module named api PYTHONPATH: ['C:\Python26\Lib\site-packages\Selenium2Library\lib\decorator-3.3.2', 'C:\Python26\Lib\site-packages\Selenium2Library\lib\selenium-2.8.1\py', 'C:\Python26\Lib\site-packages\Selenium2Library\lib\decorator-3.3.2', 'C:\Python26\Lib\site-packages\Selenium2Library\lib\selenium-2.8.1\py', 'C:\Python26\Lib\site-packages', 'C:\Python26\Lib\site-packages\robot\libraries', 'C:\jython2.5.1\Lib', 'classpath', 'pyclasspath/', 'C:\jython2.5.1\Lib\site-packages', 'D:\RIDE\wu3\lib', '.'] CLASSPATH: C:\jython2.5.1\jython.jar;C:\Python26\Lib; Traceback (most recent call last): File "C:\Python26\Lib\site-packages\robot\utils\importing.py", line 94, in _import import(name) File "C:\Python26\Lib\site-packages\Selenium2Libraryinit.py", line 8, in <module> from keywords import * File "C:\Python26\Lib\site-packages\Selenium2Library\keywordsinit.py", line 1, in <module> from _logging import _LoggingKeywords File "C:\Python26\Lib\site-packages\Selenium2Library\keywords_logging.py", line 4, in <module>
from robot.api import logger