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

6 years ago by

+ 1
  1. First, run the following command

This should print the Google Chrome version like following


  1. 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!

6 years ago by Karthik Divi



Your Answer