Skip to content

Instantly share code, notes, and snippets.

@carloshs92
Last active December 9, 2015 17:15
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 carloshs92/77f8df004fac0717ed26 to your computer and use it in GitHub Desktop.
Save carloshs92/77f8df004fac0717ed26 to your computer and use it in GitHub Desktop.
PageObject Python and PyEnv
Installation
pip install --egg pyenv
pyenv install 2.7.8
pyenv rehash
Page Objects
https://github.com/mario21ic/aptitus_pageobject
http://www.guru99.com/page-object-model-pom-page-factory-in-selenium-ultimate-guide.html
http://qanewsblog.com/2014/08/07/patrones-de-diseno-en-automatizacion-page-objects/
http://martinfowler.com/bliki/PageObject.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment