Crate webdriver_client [−] [src]
A library to drive web browsers using the webdriver interface.
Modules
| firefox | |
| messages |
Structs
| DriverSession |
A WebDriver session. |
| Element | |
| FrameContext |
Switch the context of the current session to the given frame reference. |
| HttpDriver |
A driver using a pre-existing WebDriver HTTP URL. |
| HttpDriverBuilder |
Builder for |
Enums
| Error | |
| JsonValue |
Represents any valid JSON value. |
Traits
| Driver |