public class Launcher extends Object
Constructor and Description |
---|
Launcher() |
Launcher(int port) |
Launcher(SessionFactory factory) |
Modifier and Type | Method and Description |
---|---|
String |
findChrome() |
String |
findChromeOsxPath() |
String |
findChromeWinPath() |
protected List<String> |
getChromeOsxPaths() |
protected List<String> |
getChromeWinPaths() |
SessionFactory |
launch() |
SessionFactory |
launch(List<String> arguments) |
SessionFactory |
launch(String chromePath,
List<String> arguments) |
SessionFactory |
launch(String chromePath,
String... arguments)
Deprecated.
As of release 1.1.0, replaced by
launch(String, List) |
boolean |
launched() |
protected String |
toString(InputStream is) |
public Launcher()
public Launcher(int port)
public Launcher(SessionFactory factory)
public String findChrome()
public String findChromeWinPath()
public String findChromeOsxPath()
public SessionFactory launch()
public SessionFactory launch(List<String> arguments)
@Deprecated public SessionFactory launch(String chromePath, String... arguments)
launch(String, List)
public SessionFactory launch(String chromePath, List<String> arguments)
protected String toString(InputStream is)
public boolean launched()
Copyright © 2017 WebFolder OÜ. All rights reserved.