我是第一次在独立于任何Internet连接的永久性服务器(Win 2012 R2 64位)上安装RF。
在没有Internet连接的情况下安装selenium2libray的最佳方法是什么?参见步骤1.4
注意您应该具有互联网连接才能执行此操作 安装
http://selenium-python.readthedocs.io/installation.html
到目前为止:
运行测试时出现的错误是:
[ ERROR ] Error in file 'C:\RoboFrameworkTests\Tests\2179.robot': Importing test library 'selenium2library' failed: ImportError: No module named selenium2library
Traceback (most recent call last):
None
PYTHONPATH:
C:\Windows\SYSTEM32\python27.zip
C:\Python27\DLLs
C:\Python27\lib
C:\Python27\lib\plat-win
C:\Python27\lib\lib-tk
C:\Python27
C:\Python27\lib\site-packages
C:\Python27\lib\site-packages\robotframework_selenium2library-3.0.0-py2.7.egg
C:\Python27\lib\site-packages\wx-2.8-msw-unicode
很明显,我无法下载任何依赖项,因此必须手动执行。
非常感谢。
答案 0 :(得分:1)
我使用了错误的案例进行库引用:我应该使用selenium2library,而应该使用Selenium2Library