elementary standalone application intended to probe the grid health
- start Selenium grid on some host or locally
- build application packge
mvn clean package- run specifying the
browser, thehostandportof the hub (optionally) and the targeturlthrough commandline arguments
java -cp target/elementary-0.4-SNAPSHOT.jar;target/lib/* example.App --url https://www.google.com -b chromeon unix, replace ; with ::
java -cp target/elementary-0.4-SNAPSHOT.jar:target/lib/* example.App --url https://www.google.com -b chrome -lthe --local option allows running chrome localy, in headless mode.
the other urls to try are
chrome://settings/help (will generate white rectangle in heasdless a.k.a. local mode) and http://$(hostname -i):4444/grid/console - will show one instance of browser "blurred" when run on X and all available when run in local mode.