TestingDocs.com
    Software Testing website
    • Automation
      • Selenium
      • JBehave Framework
    • Tutorials
      • MySQL Tutorials
      • Testlink
      • Maven
      • Git
    • IDEs
      • IntelliJ IDEA
      • Eclipse
    • Flowcharts
      • Flowgorithm
      • Raptor
    • About

    Selenium

    Download Google ChromeDriver on Ubuntu

    Ubuntu

    Overview

    In this tutorial, we will learn steps involved to Download Google ChromeDriver on Ubuntu Linux distribution. We will use the unzip utility to extract contents of the .zip archive file.

    Environment

    • Ubuntu Linux
    • Google Chrome Browser

    Download Google ChromeDriver

    Navigate to the following URL to download the driver.

    https://chromedriver.chromium.org/

    Pick the latest stable version.

     

    Google ChromeDriver Stable Version

    Click on the Linux driver .zip archive file and download it on to the machine.

    chromedriver_linux64.zipĀ 

    ChromeDriver Linux Download

     

    Extract the contents

    We need to extract the contents of the .zip archive file. We can either use the GUI to extract the contents or the Terminal. To extract using the UI, go to the download file and right click on the file. Choose Extract Here menu option.

    To extract contents using the Terminal command line.

    • Launch Terminal.
    • Issue the following command.
    • $ unzip <chrome linux archive file>

    Note that the archive file is not a tar archive file. We cannot use the tar command to extract the contents of the file. We have to use unzip command. If the utility is not installed on the Ubuntu machine. We can install it using the standard packaging tool apt.

    To install the unzip utility using the apt packing tool, issue the following command in the Terminal. Enter your password.

    $ sudo apt install unzip

    unzip Google ChromeDriver

     

    That’s it. We can copy the chromedriver file to the Automation Project root folder or under drivers directory.

    Related

    Download Mozilla GeckoDriver on Linux

    https://www.testingdocs.com/download-mozilla-geckodriver-on-ubuntu-linux/

    Related Posts

    Windows 10 Settings

    Selenium /

    Add Microsoft Webdriver on Windows OS

    Download Selenium Components

    Selenium /

    Getting Started with Selenium Webdriver

    LambdaTest Testing Cloud SaaS Platform

    Selenium /

    LambdaTest – Testing Cloud SaaS Platform

    Selenium /

    Selenium 3.0 and Mozilla GeckoDriver

    SauceLabs Website

    Selenium /

    Run an Example Test on SauceLabs

    ‹ Download Mozilla GeckoDriver on Ubuntu› Download Opera ChromiumDriver on Ubuntu

    Recent Posts

    • ChatGPT Plans Free and PlusChatGPT Subscription Plans
    • Stellar Converter for Database ToolStellar Converter for Database
    • Stellar MySQL Log AnalyzerStellar Log Analyzer for MySQL
    • Stellar Repair for MySQLStellar Repair for MySQL
    • ChatGPT IntroductionChatGPT Capabilities
    • How to secure your SQL Database: Tips and Tricks
    • ChatGPT4 Conversational AI FeaturesChatGPT4 Conversational AI Features
    • Trends in Software EngineeringShaping the Future of Development: Exploring Key Trends in Software Engineering
    • Java PerformanceImproving Java Performance with Multithreading
    • QDrant Vector DatabaseOpen-source Vector Databases
    • Difference between PHP and JavaScript?
    • Bing AI Browser Web ContentBing Conversation Styles
    • ChatGPT PreviewChatGPT Introduction
    • Open Source AI Frameworks TensorFlowOpen Source AI Frameworks
    • Artificial Intelligence Tools

    Back to Top

    Links

    • Contact
    • Privacy Policy
    • Cookie Policy

    www.TestingDocs.com