

Next, visit the Chromedriver download page and download the matching version of chromedriver on your system. The WebDriver is an open-source tool for the automated testing of web apps across multiple browsers.įind out the Google chrome version installed on your system.

ChromeDriver is a standalone server that implements WebDriver’s wire protocol for Chromium. You are also required to set up ChromeDriver on your system. Google chrome headless feature opens multipe doors for the automation. Now install Latest Google chrome package on your system using the below list commands. Let’s install Oracle Java 8 on your system or use the below command to install OpenJDK. This is helpful for CLI applications like CI services.Īlso, install Java on your system. It implements the X11 display server protocol without any display. Here Xvfb (X virtual framebuffer) is an in-memory display server for a UNIX-like operating system (e.g., Linux). Read This: Setup Selenium with Firefox on Ubuntu Step 1 – Prerequisites #Įxecute the following commands to install the required packages on your system.
