Skip to content

Fix Mac-specific 'PM2' process launch issue

Latest

Choose a tag to compare

@sbabcoc sbabcoc released this 17 Nov 08:26

In this release, I fixed a Mac-specific issue launching the Appium process with the 'PM2' process manager.

  • I was quoting the path to the Appium main script and the process output path, which is only applicable to the Windows platform.
  • I needed to add the PATH environment variable to the ProcessBuilder object for launching Appium on Mac.

I also noticed that I'd failed to allow insecure ChromeDriver download and ADB shell access in the Selenium 3 profile.