v1.2.0 — Orca 1.4.117 verbs
Verified against Orca v1.4.117 · playwright-core ^1.61.1.
Added — new orcaTabs() verbs from Orca 1.4.117
- Dialog handling —
acceptDialog(text?)/dismissDialog()for JSalert/confirm/prompt(previously an unavoidable blocker;dismissno-ops safely when no dialog is open). - Web storage —
getStorage(key)/setStorage(key, value)/clearWebStorage()(native;{ session: true }for sessionStorage). highlight(selector)— outline an element (demos/debugging).download(selector, path)— download a file by selector.exec(command)— escape hatch to run any raw agent-browser command.- (Clipboard verbs exist in 1.4.117 but are permission-gated, so not wrapped.)
Verified
Re-ran every documented limitation against Orca 1.4.117 — none fixed: profile isolation (#6923), page.reload (#7031), page.pdf (#7032), newCDPSession (#7033), page.fill-focus (#7035) all still hold.
Tests: 29/29. Types type-checked under --strict.