pub type BrowserError = BrowserInfoError;Aliased Type§
pub enum BrowserError {
WindowNotFound,
NotABrowser,
UrlExtractionFailed(String),
BrowserDetectionFailed(String),
PlatformError(String),
InvalidUrl(String),
Timeout,
Other(String),
}