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 (currently focused on Chromium-based browsers).

Structs§

ClickVerificationResult
Result of a click verification.
ElementInfo
Result of an element query.
FillVerificationResult
Result of a fill verification.
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.