ego-browser
Installation
SKILL.md
ego-browser
For installation, connection, or runtime problems, read
references/install.md. Use help() or references/api.md for signatures and
uncommon options of APIs named below.
Run browser scripts
Run JavaScript through a heredoc:
ego-browser nodejs <<'EOF'
const task = await taskSpace("inspect example page");
const page = task.page("p1");
await page.goto("https://example.com");