Windows
$ start /b java -jar selenium-server-standalone-3.141.59.jar -role hub
Linux
For unix, nohup represents ‘no hangup’, which is slightly different than a background job (which would be command &. I believe that the above command should be similar to a background job for windows.
$ nohup java -jar selenium-server-standalone-3.141.59.jar -role hub &
Selenium Fundamental Tutorials Part-1 – By DevOpsSchool
Selenium Fundamental Tutorials Part-2 – DevOpsSchool
Selenium Fundamental Tutorials Part-3 – DevOpsSchool
Selenium Fundamental Tutorials Part-4 – DevOpsSchool
Selenium Fundamental Tutorials Part-5 – DevOpsSchool
Selenium Fundamental Tutorials Part- 6 – DevOpsSchool
Selenium Fundamental Tutorials Part-7 – DevOpsSchool
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024