Browser
functionality and to further interact with it.See: Description
Class | Description |
---|---|
Debug |
Additional debug methods for developers, used by calling
Browser.debug() . |
Frame |
Interaction with browser frames, used by calling
Browser.frame() . |
History |
Interaction with browser history, used by calling
Browser.history() . |
JavaScript |
Execute or evaluate custom JavaScript, used by calling
Browser.javaScript(String, Object...) . |
WaitFor |
Waits for the browser, used by calling
Browser.waitFor() . |
Window |
Interaction with browser windows, used by calling
Browser.window() . |
Browser
functionality and to further interact with it.
Debug
is used by calling Browser.debug()
Frame
is used by calling Browser.frame()
History
is used by calling Browser.history()
JavaScript
is used by calling Browser.javaScript(String, Object...)
WaitFor
is used by calling Browser.waitFor()
Window
is used by calling Browser.window()