mirror of
https://github.com/encounter/phantomjs.git
synced 2026-03-30 11:35:11 -07:00
ffa9fab316
Finally. After so much work, this is finally a reality. To launch PhantomJS in "Remote WebDriver mode": ```bash $ phantomjs --webdriver=OPTIONAL_IP:OPTIONAL_PORT ``` Also, GhostDriver brings along support for Selenium Grid: now PhantomJS can register itself to a Selenium Grid HUB. Just launch it in Webdriver Mode with the following extra options: ```bash $ phantomjs --webdriver=OPTIONAL_IP:OPTIONAL_PORT --webdriver-selenium-grid-hub=http://url.to.selenium.grid.hub:port ``` http://code.google.com/p/phantomjs/issues/detail?id=49