Site icon TestingDocs.com

Download Opera ChromiumDriver on Ubuntu

Overview

In this tutorial, we will learn steps involved to download Opera ChromiumDriver on Ubuntu Linux distribution. Opera Driver is needed to run Selenium automation tests on Opera Web browser. The driver binaries are available on official GitHub repository.

Download Steps

Open Web browser and navigate the the following URL:

https://github.com/operasoftware/operachromiumdriver/

Click on the releases link.

Pick the latest 64 bit binary.

Filename: operadriver_linux64.zip

Save the archive file on to the computer.

 

Extract Contents

Launch Terminal.

Change working directory to the downloaded file location.

Issue the unzip command.

 

Note that the archive file is not a tar archive file. We cannot use the tar command to extract the contents of the file.

Exit mobile version