Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
class ActionExecutor:
def __init__( self, page: 'Page', session: Optional[Any] = None, default_timeout: Optional[int] = None, short_timeout: Optional[int] = None, max_scroll_amount: Optional[int] = None ):
def should_update_snapshot(action: Dict[str, Any]):