Expand description
Click operations for browser automation.
This module provides utilities for clicking elements with pre-click state capture and verification support.
Structs§
- Click
Options - Options for click operations.
- Click
Result - Result of a click operation.
Functions§
- capture_
pre_ click_ state - Capture the pre-click state of an element for verification.
- click_
button - Click a button or element (high-level with scrolling and waits).
- click_
element - Click an element (low-level operation).
- verify_
click - Verify a click operation by comparing pre and post-click states.