

The Selenium Server is required to run Remote Selenium WebDrivers. Now execute below commands to configure ChromeDriver on your system. You can find the latest ChromeDriver on its official download page. The WebDriver is an open source tool for automated testing of web apps across multiple browsers. Step 3 – Install ChromeDriver #ĬhromeDriver is a standalone server which implements WebDriver’s wire protocol for Chromium. Google chrome headless feature opens multipe doors for the automation. Now install Latest Google chrome on your Debian system using commands below. Use below command to install OpenJDK on your system, If you like install Oracle Java 8 on your Debian system. Login to your Debian system as sudo privileged user and execute the following commands to install the required packages on your system.Īlso, install Java on your system. This is helpful for CLI applications like CI services. It implements the X11 display server protocol without any display. Xvfb (X virtual framebuffer) is an in-memory display server for a UNIX-like operating system (e.g., Linux).
