我彻底安装了 Selenium2Library pip install robotframework-selenium2library
。
安装过程中没有错误
文件夹放置在 C:\Python27\Lib\site-packages\Selenium2Library
而且我还从命令行成功运行以下命令而没有错误:
Python
import Selenium2Library
x = Selenium2Library.Selenium2Library()
x.open_browser("https://github.com/robotframework/Selenium2Library/issues/565")