嗨,我试着在ubuntu(VM box)上安装Rf,如下所示:http://testingknols.blogspot.com/2014/05/robot-framework-installation-on-ubuntu.html,但问题出在selenium2library上。当我使用"S python“时,我在终端中收到消息"command not found”
当我使用: import Selenium2Library时,我可以看到:程序'import‘可以在以下软件包中找到:* imagemagick *graphicsmagick imagemagick-compat Try: sudo apt-get install我该怎么办?我的python版本是2.7.6
发布于 2016-05-05 21:48:09
我不知道什么是"S蟒蛇“。我刚安装了selenium2library。您可以使用控制台安装它,安装方法如下:
$ pip install robotframework-selenium2library然后,您可以在导入它的.robot文件中使用该库,并在测试的设置块中写入:
Library Selenium2Libraryhttps://stackoverflow.com/questions/36822405
复制相似问题