Unanswered question

Google Chrome will not start in Neoload on Mac?

When I try to use the Chrome browser, I get the below in the Neoload log. It doesn't like the space in "Google Chrome.app". I have tried escaping the space, encoding the space, using single and double quotes, etc. I should not have to change the filename of the app to make it work. (And who knows what I would break if I did.)

2020/03/16 21:23:48 ERROR - neoload.Proxy: Error while launching Custom Browser java.io.IOException: Cannot run program "/Applications/Google": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at java.lang.Runtime.exec(Runtime.java:620)
at java.lang.Runtime.exec(Runtime.java:450)
at java.lang.Runtime.exec(Runtime.java:347)
at com.neotys.nl.browser.CustomBrowser.d(CustomBrowser.java:88)
at com.neotys.nl.gui.bj.run(bj.java:2768)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
at java.lang.ProcessImpl.start(ProcessImpl.java:134)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 5 more

FYI, I am also trying to use Safari, and it is giving me a Permissions error.

Chris W.
Chris W.

Chris W.

Level
0
1 / 100
point

No answers