Module browser

Source
Expand description

Module containing the main Browser struct.

Structs§

Browser
A light-weight browser wrapped around a reqwest Client to navigate to web pages and submit forms.
BrowserBuilder
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>.