robotframework - On Ubuntu, How can I uninstall or remove the lower version of selenium? -
while using appiumlibrary robotframework, getting below error.
error: importing test library 'appiumlibrary' failed: importerror: no module named switch_to
here,pythonpath: /usr/local/lib/python2.7/dist-packages/selenium-2.44.0-py2.7.egg
to resolve above error want try solution mentioned @ link "https://github.com/appium/appium/issues/2625" asks remove lower version of selenium.
i have 2 selenium folders @ below location. selenium folders: 1)/usr/local/lib/python2.7/dist-packages/selenium 2)/usr/local/lib/python2.7/dist-packages/selenium-2.44.0.egg-info how can remove the selenium other 2.44?
no process required uninstall selenium.
i deleted directory "/usr/local/lib/python2.7/dist-packages/selenium". resolved error robot framework.
Comments
Post a Comment