java - Starting with Phantomjs driver -


can suggest me documentations or steps start or configure phantomjs driver in java can run test cases in remote server.

i run selenium server in grid mode connect phantomjs after doesn't try reconnect if disconnects or isn't up

./phantomjs --webdriver=5558 --webdriver-selenium-grid-hub=http://localhost:4444 

which have listen on port 5558 (for example) connect through selenium appears browser phantomjs on platform

steps

java -jar selenium-server-standalone-2.14.0.jar -role hub   ./phantomjs --webdriver=5558 --webdriver-selenium-grid-hub=http://localhost:4444 

you can run tests per selenium web site https://code.google.com/p/selenium/wiki/grid2

i use perl run tests http://metacpan.org/pod/selenium::remote::driver there many choices


Comments