//! Page interaction module for action-based browser automation.
#![allow(dead_code)]//!//! Provides action type definitions and validation. Action execution
//! is handled by the browser module when the `browser` feature is enabled.
modactions;modvalidation;