(no title)
pkiv | 3 months ago
It's called Stagehand (https://github.com/browserbase/stagehand) and we just released v3, which is a total rewrite.
pkiv | 3 months ago
It's called Stagehand (https://github.com/browserbase/stagehand) and we just released v3, which is a total rewrite.
dataviz1000|3 months ago
I rewrote Playwright to run completely in a Chrome Extension without CDP or chrome.devtools for no practical reason at all. I started to do it like Forest Gump started running. It can't get past bot protection so pretty worthless from a browser automation point of view. [0]
What I don't understand is why the need to rewrite Playwright instead of just patching it. Playwright (or Puppeteer) has addressed every edge case that has come -- especially race conditions which are a monster to deal with -- up over the years and by the time you do the same you will have Playwright.
Why is rewriting or rebuilding Playwright from the ground up needed?
[0] https://github.com/adam-s/cordyceps/tree/main/pages/side-pan...
forgetbook|3 months ago
pkiv|3 months ago
Lord_Zero|3 months ago