getExecutablePath static method

String getExecutablePath(
  1. String versionPath,
  2. BrowserPlatform platform
)

Implementation

static String getExecutablePath(
    String versionPath, BrowserPlatform platform) {
  return p.join(versionPath, getExecutableRelativePath(platform));
}