Skip to content

v1.2.0 — Orca 1.4.117 verbs

Choose a tag to compare

@sagarpalsapure sagarpalsapure released this 02 Jul 19:17

Verified against Orca v1.4.117 · playwright-core ^1.61.1.

Added — new orcaTabs() verbs from Orca 1.4.117

  • Dialog handlingacceptDialog(text?) / dismissDialog() for JS alert/confirm/prompt (previously an unavoidable blocker; dismiss no-ops safely when no dialog is open).
  • Web storagegetStorage(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.