phantomjs/src/qcommandline
Ivan De Marino ffa9fab316 Embedding GhostDriver into PhantomJS(!!!)
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
2012-11-27 07:58:34 -08:00
..
qcommandline.cpp Treat all args after the script name as script args 2012-09-17 22:05:42 -07:00
qcommandline.h Embedding GhostDriver into PhantomJS(!!!) 2012-11-27 07:58:34 -08:00
qcommandline.pri Ensure QCommandLine builds with VS 2010. 2012-09-04 08:01:33 -07:00