Glossary · Term

Playwright

← all terms

Definition

Plain language

An open-source tool that automates clicking around real web browsers, often used to test websites.

As stated in the literature

A browser-automation framework supporting headless and headed Chromium/Firefox/WebKit control via JavaScript and Python APIs; used by AI verifier agents to interact with deployed apps during training and evaluation.

Why it matters: It gives agents and tests a reliable way to drive real browsers, which is necessary for grading tasks that depend on actual UI behavior.

For example, a verifier agent uses Playwright to click through a deployed web app and confirm that a button actually submits the form.

Heard on the show

“It uses Playwright to click buttons, fill forms, navigate pages, and check that the thing renders and works.”
Episode 090 — How MiniMax-M2 Bets That Sparsity Plus Verifiable Rewards Can Match Frontier Agents

Mentioned in 1 episode

  1. 090
    How MiniMax-M2 Bets That Sparsity Plus Verifiable Rewards Can Match Frontier Agents

Related terms