Answers for "linux install chromeium"

30

install chrome on linux

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
Posted by: Guest on June-28-2020
0

install chromedriver linux command line

npm install chromedriver
Posted by: Guest on January-29-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language