sudo apt update -y
sudo apt install python-pip
sudo apt install python3-pip
pip install selenium
sudo apt install -y unzip xvfb libxi6 libgconf-2-4
sudo apt install default-jdk -y
sudo apt install google-chrome-stable -y
wget https://chromedriver.storage.googleapis.com/76.0.3809.12/chromedriver_linux64.zip
sudo mv chromedriver /usr/bin/chromedriver
sudo chmod +x /usr/bin/chromedriver