加载Selenium2Library 所需要的库的文件,存放在D:\Python27\Lib\site-packages:easy-install.pth文件中,需要的文件有:
import sys; sys.__plen = len(sys.path)
./pip-1.4.1-py2.7.egg
./robotframework_selenium2library-1.5.0-py2.7.egg
./docutils-0.11-py2.7.egg
./decorator-3.4.0-py2.7.egg
./selenium-2.40.0-py2.7.egg(当时是缺少这个文件)
import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p+len(new)
阅读(2724) | 评论(0) | 转发(0) |