Cookies Manager Backend
BaseAction Class Reference
Inheritance diagram for BaseAction:
ClickAction

Detailed Description

Base model for defining actions like clicks that can be automated based on rule processing.

Attributes:
    type (str): The type of action (e.g., 'click').
    target (Optional[DOMSelection]): The DOMSelection where the action should be performed.

The documentation for this class was generated from the following file: