public class RemoteLauncher extends Object
Modifier and Type | Field and Description |
---|---|
protected SessionFactory |
factory |
Modifier and Type | Method and Description |
---|---|
String |
findChrome() |
protected List<String> |
getCommonParameters(String chromeExecutablePath,
List<String> arguments) |
com.jcabi.ssh.Shell |
getShell() |
protected void |
internalLaunch(List<String> list,
List<String> parameters) |
void |
kill() |
SessionFactory |
launch() |
SessionFactory |
launch(List<String> arguments) |
SessionFactory |
launch(String chromeExecutablePath,
List<String> arguments) |
boolean |
launched() |
protected final SessionFactory factory
public String findChrome()
public void kill()
public com.jcabi.ssh.Shell getShell() throws IOException
IOException
protected List<String> getCommonParameters(String chromeExecutablePath, List<String> arguments)
public boolean launched()
public final SessionFactory launch()
public final SessionFactory launch(List<String> arguments)
public final SessionFactory launch(String chromeExecutablePath, List<String> arguments)
Copyright © 2017, 2019–2019 WebFolder OÜ. All rights reserved.