Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

GhostDriver Development Branch - Master Push #6 #346

Closed
wants to merge 3 commits into from
Closed

GhostDriver Development Branch - Master Push #6 #346

wants to merge 3 commits into from

Conversation

detro
Copy link
Collaborator

@detro detro commented Nov 26, 2012

GhostDriver 1.0.0 is here!

This enables (finally) a fully functional WebDriver support in PhantomJS.
To launch PhantomJS in Remote WebDriver mode:

$ phantomjs --webdriver=PORT

GhostDriver is fully integrated inside PhantomJS, and there is no need for the external dependency. But it's still possible to run GhostDriver as external script, by just launching it's main script with PhantomJS. This "mode" is now advised to whom wants to work on GhostDriver itself.

This addresses Issue #49.

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
```
@mattgoldspink
Copy link

Awesome work guys!!! Hope you have a mini celebration after this. I can't wait to get some of our Selenium work using this in CI. It will so much less painful to use than headless FF and HTMLUnit.

@detro
Copy link
Collaborator Author

detro commented Nov 27, 2012

Unfortunately Ariya is in USA and I'm in UK.

@jacobsin
Copy link

A virtual cheers!

@ariya
Copy link
Owner

ariya commented Nov 27, 2012

Excellent work! Thank you so much.

@ariya ariya closed this Nov 27, 2012
@adnanullah
Copy link

Nice work! Can't wait to give this a spin :)

@detro detro mentioned this pull request Mar 15, 2013
@om-unisys
Copy link

is it possible to invoke ghostdriver from EJB container using pool of Stateless session beans?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants