Package | Description |
---|---|
com.abmash.api |
Provides the main classes to control browsers and to find and interact with elements on the current web page.
|
Class and 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() . |
WaitFor
Waits for the browser, used by calling
Browser.waitFor() . |
Window
Interaction with browser windows, used by calling
Browser.window() . |