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

    Selenium IDE

    How to Fix ChromeDriver could not found on PATH

    Overview

    In this post, we will learn the steps involved to fix the following error: The ChromeDriver could not be found on the current PATH.

    ChromeDriver Not Found on PATH

    Error Trace

    C:\TestingDocs>selenium-side-runner  TestingDocs.side

    ● Test suite failed to run

    The ChromeDriver could not be found on the current PATH. Please download the latest version of the ChromeDriver from http://chromedriver.storage.googleapis.com/index.html and ensure it can be found on your PATH.

    Fix

    The root cause for error is that the Chrome Driver file is not in the system PATH. Add the directory that contains the Chrome browser driver file to the PATH environment variable.

    To check the environment variable PATH on the machine. Download ChromeDriver and add the directory it to the system PATH.

    Search for Edit the system environment variables in the search bar. Click on the Environment Variables... button.

    Under System variables, select the Path variable and click on the Edit… button. Click on the New button and add the driver directory.

     

    Path Chromedriver Directory Env Variable

    Verification

    We can verify the PATH environment variable that is effective on the system by the following commands.

    Windows

    Launch the command prompt. Type the following command.

    \> echo %PATH%

    Linux

    Launch Terminal/Konsole. Type the following command.

    $ echo $PATH

     

    Related Posts

    Test Execution Speed Selenium IDE

    Selenium IDE /

    Test execution speed in Selenium IDE

    Session Not Created Error ChromeDriver

    Selenium IDE /

    Fix Error Session not created ChromeDriver

    Microsoft Edge Addon Store

    Selenium IDE /

    Install Selenium IDE on Microsoft Edge Browser

    Pause On exceptions Selenium IDE

    Selenium IDE /

    Debug Test Scripts in Selenium IDE

    Selenium IDE Components

    Selenium IDE /

    Selenium IDE Components

    ‹ Install Selenium IDE on Microsoft Edge Browser› Fix Error Session not created ChromeDriver

    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