From task to done, faster
Puppeteer's own issue tracker is full of waitForSelector timeouts that fire even when the element is sitting right there in the DOM, burning an afternoon proving it's a timing bug and not your code.
ego (lite) skips the wait-and-poll dance: your agent reads the page as a compressed Snapshot and batches several steps into one JavaScript call per turn. Across our published benchmark, it had the fastest average completion time.

