Download Opera ChromiumDriver on Ubuntu
Download Opera ChromiumDriver
In this tutorial, we will learn the steps to download Opera ChromiumDriver on the Ubuntu Linux distribution. The Opera Driver is needed to run Selenium automation tests on the Opera Web browser. The driver binaries are available on the 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.