Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt

Use this file to discover all available pages before exploring further.

ActionExecutor

class ActionExecutor:
Executes high-level actions (click, type …) on a Playwright Page.

init

def __init__(self, page: 'Page'):

should_update_snapshot

def should_update_snapshot(action: Dict[str, Any]):