| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Ghost Driver is a pure JavaScript implementation of the WebDriver Wire Protocol for PhantomJS. It's going to be a Remote WebDriver that uses PhantomJS as back-end.
In April 2012 I (Ivan De Marino) presented GhostDriver at the Selenium Conference: slides and video.
Check out the ghostdriver-dev branch of PhantomJS, and build it (I assume you know Git).
There is plenty to do before this is usable, but if you can't wait to try PhantomJS's speed when it acts as a RemoteWebDriver Server, do the following:
Start GhostDriver on a terminal:
$> phantomjs ghostdriver/src/main.js
Ghost Driver running on port 8080Build and Launch the test suite (written in Java, built with Gradle):
$> cd ghostdriver/test
$> ./gradlew testYou can contribute testing it and reporting bugs and issues, or submitting Pull Requests. Any help is welcome, but bear in mind the following base principles:
GhostDriver is distributed under BSD License.
| Back | FazBrowse Home | New Git URL |