How to verify successful installation of Chrome headless on Ubuntu?
0
I have installed chrome headless on Ubuntu, before start running my webdriver applications, I want to cross-check whether or not the installation successful.
How can I check that?
1 Answer
+ 1
- First, run the following command
This should print the Google Chrome version like following
- Run the following command to open a website using Google Chrome and see whether or not you are seeing the response
If you see the HTML response then your installation is perfect!