Dmitry Gozman

Results 318 comments of Dmitry Gozman

@kristojorg @MaruschkaScheepersW Could you please file a new issue by filling in the "Bug Report" template and providing a repro? ARIA is full of tricky details, so we need the...

@chasestarr That's a great workaround with the fixture that you have. I'll leave this feature request for prioritizaiton.

@WestonThayer What is your usecase for the `generic` role? Could you share a real test that makes use of it? Playwright uses `null` internally, and I would like to understand...

@WestonThayer Thank you for the explanation. I'll think about this and come back.

Investigation notes: we fulfill with `{ "name": "Content-Encoding", "value": "gzip" }` which makes firefox network observer try to decode json as gzip.

Investigation notes: VSCode has a notion of a tag, he can tag projects and files/tests. These are not our tags. We create project tags for our projects and add them...

@zakiRefai When saving storage state, Playwright internally uses a temporary page - that's probably the one you see when stopped on a breakpoint. I think the error comes from that...

@zakiRefai Another idea we had: do you have a service worker on your page? Perhaps it is interfering with `storageState()`. We'll look into it. > Is this something you would...

@vitalets Thank you for the issue! In general, this is the intended behavior. Once a fixture times out, we run out of time budget to teardown other fixtures. Previously, this...