Ipseeta Priyadarshini retweetledi

🎉 passmark@1.0.9 now supports CUA mode!
Until now, passmark drove the browser through ARIA accessibility snapshots - fast and reliable when the DOM is well-structured, but it can struggle with canvas-heavy apps, custom elements, or markup that doesn't expose a clean a11y tree.
After working with a lot of customers, we realized that the winning combo is ARIA snapshot + CUA.
In CUA mode, the agent sees screenshots, clicks coordinates, and types like a human - powered by the new @OpenAI gpt-5.5 computer-use model.
Snapshot mode is still the default and what we recommend for most flows. CUA is the fallback for when the accessibility tree isn't enough.
One flag to switch:
configure({ ai: { mode: "cua" } });
Requires an OPENAI_API_KEY. Would love feedback from anyone testing flows that snapshot-based agents have trouble with.
Passmark is OSS.
Check it out and contribute:
github.com/bug0inc/passma…
Shout-out to @IpseetaP for the PR!
English



















