Installing chrome in CentOS using RPM file and downloading chrome driver:

Chrome Installation:

Download RPM from:

https://www.google.com/chrome/

Run the below command:

install using yum

sudo yum install ./google-chrome-stable_current_x86_64.rpm 

Start Google chrome:

Run the command to start google chrome

google-chrome &

Chromedriver Download:

Download:

https://chromedriver.storage.googleapis.com/index.html?path=75.0.3770.140/

Download the linux version

Unzip the zip file:

unzip chromedriver_linux64.zip