使用AppiumLibrary和RobotFramework时,我遇到了错误。
错误:导入测试库' AppiumLibrary'失败: ImportError:没有名为switch_to的模块
这里,PYTHONPATH:/usr/local/lib/python2.7/dist-packages/selenium-2.44.0-py2.7.egg
要解决上述错误,我想尝试在链接" https://github.com/appium/appium/issues/2625"中提到的解决方案。要求去除较低版本的硒。
我在下面的位置有两个selenium文件夹。 Selenium文件夹: 1)/usr/local/lib/python2.7/dist-packages/selenium 2)/usr/local/lib/python2.7/dist-packages/selenium-2.44.0.egg-info 如何除去2.44以外的硒?
答案 0 :(得分:0)
卸载Selenium无需任何流程。
我只是删除了目录“/usr/local/lib/python2.7/dist-packages/selenium”。这解决了我使用Robot Framework的错误。