Module prelude

Module prelude 

Source
Expand description

Prelude module for convenient imports.

Structs§

BrowserConfig
Configuration for browser sessions.
BrowserSession
A browser session that wraps thirtyfour’s WebDriver.
BrowserToolset
A toolset that provides all browser automation tools.

Enums§

BrowserType
Supported browser types.

Functions§

minimal_browser_tools
Helper function to create a minimal browser toolset with only essential tools.
readonly_browser_tools
Helper function to create a read-only browser toolset (no interaction).
shared_session
Create a shared browser session.