Passmark 1.0.9 Supports CUA Mode

🎉 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.    Snapshot mode is still the default and what we recommend for most flows. CUA is the escape hatch 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: https://lnkd.in/gbG7HrSu Shout-out to Ipseeta Priyadarshini for the PR!

To view or add a comment, sign in

Explore content categories