๐Ÿ“ฆ SeleniumHQ / www.seleniumhq.org

Old Selenium website and docs (deprecated)

โ˜… 180 stars โ‘‚ 402 forks ๐Ÿ‘ 180 watching
๐Ÿ“ฅ Clone https://github.com/SeleniumHQ/www.seleniumhq.org.git
HTTPS git clone https://github.com/SeleniumHQ/www.seleniumhq.org.git
SSH git clone git@github.com:SeleniumHQ/www.seleniumhq.org.git
CLI gh repo clone SeleniumHQ/www.seleniumhq.org
Diego Molina Diego Molina Adding deprecation note [skip ci] e846535 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ .travis.yml
๐Ÿ“„ pom.xml
๐Ÿ“„ README.md
๐Ÿ“„ README.md

This repository is deprecated

The new website and docs can be seen at https://github.com/SeleniumHQ/seleniumhq.github.io

seleniumhq.org Travis Status ========

Things you need to have installed to run the docs:

  • Maven http://maven.apache.org
  • Python http://python.org
  • Sphinx-build http://sphinx.pocoo.org
To build the docs and run locally (command line):

mvn appengine:devserver

You will then be able to access them at:

http://localhost:8080

deploying to google appengine run:

mvn appengine:update

You will need to authenticate with google and this will only work if you have a @seleniumhq.org account.