Expand description
Module containing the main Browser
struct.
Structs§
- Browser
- A
light-weight
browser wrapped around a reqwestClient
to navigate to web pages and submit forms. - Browser
Builder - A builder to initialize a
Browser
instance. It allows tweaking advanced settings for the http client.
Enums§
- Error
- An error occurred while building the browser or executing actions.
Type Aliases§
- Result
- Short-hand for
std::result::Result<T, no_browser::browser::Error>
.