Package io.webfolder.cdp
Class RemoteLauncher
- java.lang.Object
-
- io.webfolder.cdp.RemoteLauncher
-
public class RemoteLauncher extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected SessionFactory
factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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(String chromeExecutablePath, List<String> arguments)
SessionFactory
launch(List<String> arguments)
boolean
launched()
-
-
-
Field Detail
-
factory
protected final SessionFactory factory
-
-
Method Detail
-
findChrome
public String findChrome()
-
kill
public void kill()
-
getShell
public com.jcabi.ssh.Shell getShell() throws IOException
- Throws:
IOException
-
getCommonParameters
protected List<String> getCommonParameters(String chromeExecutablePath, List<String> arguments)
-
launched
public boolean launched()
-
launch
public final SessionFactory launch()
-
launch
public final SessionFactory launch(List<String> arguments)
-
launch
public final SessionFactory launch(String chromeExecutablePath, List<String> arguments)
-
-