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]):