| Package | Description |
|---|---|
| com.teamdev.jexplorer |
Contains the basic classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Browser.invokeAndWaitLoadMainFrame(Browser browser,
Callback<Browser> callback)
Invokes
callback and waits until main frame is loaded completely blocking current thread execution. |
static void |
Browser.invokeAndWaitLoadMainFrame(Browser browser,
Callback<Browser> callback,
int timeoutInSeconds)
Invokes
callback and waits until main frame is loaded completely blocking current thread execution. |