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

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version