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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -