Stefan Bley

Results 18 comments of Stefan Bley

I see the same error with playwright `1.19.2`. ``` $ npx playwright ff google.com : Protocol error (Browser.newPage): Unexpected number of tabs in the new window: 2 newPage@chrome://juggler/content/TargetRegistry.js:324:13 at captureRawStack...

@aslushnikov With the setting you suggested I am getting the same error as before. playwright:1.24.0 [Update] Also tested with playwright:1.30.0 and playwright:1.31.1

@adasilva-gran I still get the same error with playwright 1.31.1.

One year later, I still get this error. I am currently on playwright 1.41.2 which comes with Firefox 121 (v1438).

What i noticed is playwright does not create a Firefox profile in the temp folder (it does with chromium, though). Here is part of the log using `DEBUG=pw:browser`: ``` pw:browser...

Got it, thank you. In case it helps anyone, here is a runtype for a base64 check: ```ts export const base64 = (rt: Runtype): Runtype => runtype((v) => { //...

Something similar to [Caching in Stagehand](https://docs.stagehand.dev/examples/caching), but more baked into the framework 🙏