Skip to main content

Module engine

Module engine 

Source
Expand description

Browser engine detection and abstraction.

This module provides traits and types for abstracting over different browser automation engines.

Structs§

ClickVerificationResult
Result of a click verification.
ElementInfo
Result of an element query.
FillVerificationResult
Result of a fill verification.
PdfOptions
Options for PDF generation.
PreClickState
Pre-click state captured for verification.
ScrollVerificationResult
Result of a scroll verification.

Enums§

EngineError
Errors related to browser engine operations.
EngineType
The type of browser automation engine being used.

Traits§

EngineAdapter
Trait for browser engine adapters.