


How to Install Google Chrome Browser on Ubuntu 20.04 LTSĪlso Read: How to Install VictoriaMetrics on Ubuntu 20.04 LTS Step 1: PrerequisitesĪ) You should have a running Ubuntu 20.04 LTS Server.ī) You should have sudo or root access to run privileged commands.Ĭ) You should have apt or apt-get utility available in the System.īefore downloading and installing chrome package, let's update the System first by using apt update command. There are multiple ways to install Google Chrome in Ubuntu based systems but here we will look into the most recommended way. This has become possible due to the multiple powerful features provided by the Chrome browser. You will be amazed to hear that Google Chrome is most widely used browser and covers almost 64% of the browser market share. Later on, it was released for Linux and Mac OS as well. Google Chrome was originally developed and released for Microsoft Windows only. This type of code needs to run from a server for many practical reasons, but if you are in-doubt - Web scrapping is a borderline risky task that can get you banned from some sites, so you dont want to get your personal IP banned, user a virtual server for scrapping.In this article, I will take you through the steps to install Google Chrome Browser on Ubuntu 20.04 LTS. We are working with an Ubuntu Virtual Server 20.04 from Digital Ocean. # Pre-RequisitesĪll these steps assume that you are already inside of a virtual server. These expensive stress testing SaaS applications, that charge an arm and a leg typically use this type of coding at some point in the back-end to simulate website traffic. This type of coding is also generally used for performance testing, stress testing a website by simulating multiple instances of real-users visiting the site.

Selenium uses a chrome browser and goes through the website like a normal person would, clicking on buttons and links. Traditional scrapping does not work with dynamic sites that load content on the fly.

Python and Selenium are really useful for scrapping JS based websites that load dynamically. This guide will show you how to set up an Ubuntu Virtual Private Server (VPS) for web scrapping with Selenium. # Install Chrome Browser and Chromedriver Ubuntu 20.04
