Skip to main content
October 12, 2021
Question

ChromeDriver- the driver executable does not exist

  • October 12, 2021
  • 3 replies
  • 0 views

Hello,

I am receiving the following error executing a robotic process:

Exception thrown on agent...
com.novayre.jidoka.client.api.exceptions.JidokaBrowserInitFailureException: The driver executable does not exist: C:\Users\Vladimir\Downloads\target\test-classes\.\chromeWebDriver\chromedriver.exe

I have included the driver inside the supported files but getting this.

Any Idea what is causing it ?

    3 replies

    danny.verb
    October 12, 2021

    Can you confirm that your support files are structured: 

    chromeWebDriver/chromedriver.exe

    October 12, 2021

    Yes I can confirm, What is also observed is if I use Browser Template it works, If I create it from scratch using the blank template for example there is some kind of problem with the start and end method which are changing the path. 

    danny.verb
    October 12, 2021

    You can choose not to use the start and end methods if you are only building with low-code