I need to install chrome browser on centos 6.5, Here i need to automate some web gui. I have installed chrome driver. Can anyone please provide the steps and download link of chrome-61 and how to install it. My operating system does not have any Gui. Kindly provide the commands.
I am using java selenium.
Thanks in advance
Sadly, Google Chrome no longer supports 6.x. You need CentOS 7.x.
I used Cent-OS 7.4.* and it worked fine.
These are the steps to follow:
Download chromedriver: login to Linux machine and execute these commands:
Make sure you're always installing the latest version!
Download Chromebrowser
This is the guide to install Google Chrome on CentOS 6. Big thanks to the guys at Intoli.com!
It also works for Amazon Linux and Red Hat Enterprise Linux.
https://intoli.com/blog/installing-google-chrome-on-centos/
Actually , There is a way to run both chrome and chromedriver on amazon linux, centos 6.x and rhel. basic idea to use libs from a newer os.
See the fully automated script here https://github.com/staier/chromedriver-centos6-installation
This one adds chromedriver installation to the script from the article:https://intoli.com/blog/installing-google-chrome-on-centos/