28 / 168 · 01 Agent Skills for Browser Automation · The Playwright CLI: Browser Control for Coding Agents← prev⊞ allnext →☰ Read as one page
4.5Command Surface
| Category | Commands |
|---|---|
| Core | open, close, goto, click, dblclick, fill, type, snapshot, eval |
| Navigation | go-back, go-forward, reload |
| Keyboard | press, keydown, keyup |
| Input | drag, hover, select, upload, check, uncheck |
| Storage/state | state-save, state-load, cookie-*, localstorage-* |
Under the hood this is the same battle-tested Playwright engine: auto-waiting, actionability checks, cross-browser support — you give up nothing on reliability by taking the CLI path.