static BrowserExecutorResult |
BrowserExecutorResult.failure() |
static BrowserExecutorResult |
BrowserExecutorResult.failure(String msg) |
static BrowserExecutorResult |
BrowserExecutor.getPageSource(String url) |
static BrowserExecutorResult |
BrowserExecutor.getPageSource(String url,
long timeoutInSecond) |
static BrowserExecutorResult |
BrowserExecutor.getPageSource(String url,
long waitInMillisecond,
long timeoutInSecond) |
static BrowserExecutorResult |
BrowserExecutorResult.success(String pageSource,
String currentUrl) |
static BrowserExecutorResult |
BrowserExecutorResult.success(String msg,
String pageSource,
String currentUrl) |