Cannot find firefox binary in PATH. Make sure firefox is installed

I got error above. I added path to firefox.exe to system’s environment values. I see full path to firefox.exe when I issue SET command from cmd, but I get same error when try to execute test case.

I think the adding the path of firefox.exe to the System’s Environment Variable PATH would not solve your problem.

If you installed the firefox.exe to a location different from the default/ordinary path, then the FirefoxDirver will fail to find the binary.

You can check which location Katalon Studio expects to find the firefox.exe. Please have a look at my comment made on 5/14/2018 to the following post:

ifanjiaxing reported how he solved his case. Please read his comment on 5/16/2018 to the post

2 Likes

kazurayam said:

ifanjiaxing reported how he solved his case. Please read his comment on 5/16/2018 to the post

I am not sure, where should I use that Java code?

I added firefox_binary variable in Studio settings, browser window is opened, but URL is not loaded.

Please copy & paste here your test case code.

Thank you @kazurayam, I missed correct syntax for navigateToUrl(). It is working.

OK, Fine.

1 Like

SOLUTION - Cannot find firefox binary in PATH