Skip to main content

Module click

Module click 

Source
Expand description

Click operations for browser automation.

This module provides utilities for clicking elements with pre-click state capture and verification support.

Structs§

ClickOptions
Options for click operations.
ClickResult
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.