
For this, open a browser in the node machine and type as URL. Simply open up a browser and go to Also, you can find if the node can access the hub.

Selenium Grid, by default, uses hub’s port 4444 for its web interface. Open the terminal, CD to the location where the selenium standalone server file is being kept and type: java -jar selenium-server-standalone-2.30.0.jar -role hubĪnother way to verify whether the hub is running is by using a browser. You need to download this for both hub and node PCs

Go to and then download Selenium Standalone Server by clicking ‘Download version 3.0.1‘ (version number may vary). Download Selenium Selenium Standalone Server: The PPA also contains a package to automatically set Java environment variables, just run command: sudo apt install oracle-java8-set-defaultįor Java 9, install the package oracle-java9-set-default instead. To check the Java version after installing the package, run command: javac -version While the install process, you have to accept Java license to continue downloading & installing Java binaries. You may replace oracle-java8-installer with oracle-java9-installer to install Java 9. Run commands to update system package index and install Java installer script: sudo apt update sudo apt install oracle-java8-installer

Type in your password when it asks and hit Enter.Ģ. Sudo add-apt-repository ppa:webupd8team/java Open terminal (Ctrl+Alt+T) and run the command:
