@Beta public final class SelendroidJarSpawner extends Object
MobileProcessLauncher for Selendroid stand alone. This class launches the selendroid main class as
specified in the SeLion Grid JSON config file. If no class is defined, it attempts to launch
io.selendroid.standalone.SelendroidLauncher.RunnableLauncher.InstanceType| Constructor and Description |
|---|
SelendroidJarSpawner(String[] args) |
SelendroidJarSpawner(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 SelendroidJarSpawner(String[] args)
public SelendroidJarSpawner(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.