public interface Browser
| Modifier and Type | Method and Description |
|---|---|
Behaviour |
getBehaviour()
Returns the browser behaviour options.
|
Element |
getElement(java.lang.String path) |
Element |
getRoot()
Returns the root element.
|
@NotNull Element getRoot() throws BrowserException
BrowserException - in case of an error@Nullable Element getElement(@NotNull java.lang.String path) throws BrowserException
path - path to some elementBrowserException@NotNull Behaviour getBehaviour()
For most implementations Behaviour.DEFAULT_BEHAVIOUR is returned.