Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seleniumhq/www.seleniumhq.org
Old Selenium website and docs (deprecated)
https://github.com/seleniumhq/www.seleniumhq.org
Last synced: about 1 month ago
JSON representation
Old Selenium website and docs (deprecated)
- Host: GitHub
- URL: https://github.com/seleniumhq/www.seleniumhq.org
- Owner: SeleniumHQ
- Archived: true
- Created: 2013-01-11T23:28:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T22:52:00.000Z (almost 5 years ago)
- Last Synced: 2024-09-28T02:01:12.279Z (about 1 month ago)
- Language: HTML
- Homepage:
- Size: 59.6 MB
- Stars: 180
- Watchers: 88
- Forks: 407
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This repository is deprecated
# The new website and docs can be seen at https://github.com/SeleniumHQ/seleniumhq.github.ioseleniumhq.org [![Travis Status](https://travis-ci.org/SeleniumHQ/www.seleniumhq.org.svg?branch=master)](//travis-ci.org/SeleniumHQ/www.seleniumhq.org)
========Things you need to have installed to run the docs:
* Maven http://maven.apache.org
* Python http://python.org
* Sphinx-build http://sphinx.pocoo.orgTo 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.