public class BrowserStackLocalRunner extends Object
| Modifier and Type | Method and Description |
|---|---|
static BrowserStackLocalRunner |
getBrowserStackLocalInstance()
Returns an instance of BrowserStackLocalRunner.
|
void |
runBrowserStackLocal(String accessKey,
String additionalArgs,
String localBinary)
Indirectly runs BrowserStackLocal binary.
|
public static BrowserStackLocalRunner getBrowserStackLocalInstance()
public void runBrowserStackLocal(String accessKey, String additionalArgs, String localBinary) throws BrowserStackLocalException
accessKey - An accessKey the binary should be ran withadditionalArgs - additional argumentslocalBinary - Path to a local binary of the BrowserStackLocal. If none, then it will be downloaded.BrowserStackLocalException - when something bad happens during running BrowserStackLocal binaryCopyright © 2017 JBoss by Red Hat. All rights reserved.