Skip to content

Instantly share code, notes, and snippets.

@wadouk
Last active October 23, 2015 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wadouk/223829adb349e56fcf35 to your computer and use it in GitHub Desktop.
Save wadouk/223829adb349e56fcf35 to your computer and use it in GitHub Desktop.
maj de robotframework selenium

Installer PIP

Actuellement

pip --version devrait renvoyer une erreur comme commande introuvable

Correctif

Résultat attendu

pip --version ne renvoie plus d'erreur

Mettre à jour le module selenium pour robotframework

D'après https://github.com/robotframework/Selenium2Library

pip install --upgrade robotframework-selenium2library

Résultat attendu

Successfully installed decorator-4.0.4 docutils-0.12 robotframework-2.9.2 robotframework-selenium2library-1.7.4 selenium-2.48.0

(les versions peuvent ne pas être strictement égales)

@yfloch
Copy link

yfloch commented Oct 23, 2015

parfait !

@yfloch
Copy link

yfloch commented Oct 23, 2015

elle ne serait pas mieux ici l'instructor note ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment