@Beta public final class IOSDriverJarSpawner extends Object
MobileProcessLauncher for ios-driver stand alone. This class launches the ios-driver main class as
specified in the SeLion Grid JSON config file. If no class is defined, it attempts to launch
org.uiautomation.ios.server.IOSServer.RunnableLauncher.InstanceType| Constructor and Description |
|---|
IOSDriverJarSpawner(String[] args) |
IOSDriverJarSpawner(String[] args,
ProcessLauncherOptions options) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInitialized() |
boolean |
isRunning() |
static void |
main(String[] args) |
void |
run() |
void |
shutdown()
Shuts down the instance represented by this launcher.
|
public IOSDriverJarSpawner(String[] args)
public IOSDriverJarSpawner(String[] args, ProcessLauncherOptions options)
public static void main(String[] args)
public void shutdown()
ProcessHandlerFactory to find sub
processes.public final boolean isInitialized()
isInitialized in interface RunnableLauncherpublic boolean isRunning()
isRunning in interface RunnableLauncherRunnableLauncher.InstanceType for this launcher is up and running.Copyright © 2016 PayPal Open Source. All rights reserved.