Max Schmitt
                                            Max Schmitt
                                        
                                    ~~Docker Hub provides an automated solution to build and push the image on their infrastructure, then there is no manual effort needed. Of course it's also implementable via GitHub Actions,...
Good catch! Yeah then your approach would be the better one, I remember also things about that.
Seems like there is much more IME stuff affected, e.g. Input.dispatchKeyEvent as well.
> Are those teardown timeouts known issues? Only happen in 20.x so keeping 19.x for now.
Do you have any error message which appears or a repro which you can share? You can also set `DEBUG=pw:api`, or `DEBUG=pw:browser` to see more verbose output.
Issue identified and gets fixed soon, @ bwalderman @ chrdavis are contact persons for the future. Relates https://github.com/microsoft/playwright/issues/13490
Its green again.
If you run it in headed mode you always know whats going on, this is not the case for headless mode. So based on what you want to make the...
First, sorry for the trouble and that the software is not working as intended! The first issue was closed because we didn't get any repro. For the second it was...
Could you share a repro with us? Usually this means that you have missing `awaits` somewhere. To find out what somewhere is, its usually the first line of the exception,...