| Added Methods |
void addDisposeListener(DisposeListener)
|
Registers the {@code listener} for the current Browser instance that will receive events when the current Browser instance is disposed. |
Set getCookies(URL)
|
|
String getDefaultUserAgent()
|
Returns the default user-agent string. |
DisposeListener[] getDisposeListeners()
|
Returns an array of all registered listeners for the current Browser instance. |
BrowserOptions getOptions()
|
|
String getUserAgent()
|
Returns the user-agent string. |
void removeDisposeListener(DisposeListener)
|
Removes the {@code listener} so that it will not receive events when the current Browser instance is disposed. |
void setCookies(URL, Set)
|
|
void setUserAgent(String)
|
Sets the user-agent string. |