Dmitry Gozman
Dmitry Gozman
@prc1234 There are no plans for the official support. Do `ubuntu20.04-x64` binaries work on Rocky linux? I assume it does not. Take a look at #9199. There are some solutions...
@prc1234 Unfortunately, I am not a linux expert, so won't be able to help here. I'd recommend [asking community](https://playwright.dev/community/welcome) for help.
> The intended behaviour from this PR, and my understanding of the issue matches yours - any changes in the code extra to that reflect my unfamiliarity with the codebase....
@SamStephens This feature is not that straightforward. It's impossible to scroll to the bottom of an "infinite list" pattern. On many pages, instead of scrolling the document, you have to...
> I guess my thinking is why not wrap up `evaluate("window.scrollBy(0, 100000)")` in a method with a semantically meaningful name, if it's something a number of users have used, something...
> Thanks for doing that @dgozman, I'm guessing you don't want to explicitly document `evaluate("window.scrollBy(0, 100000)")`. Yep, we think that other methods are better and easier to explain.
@anandtiwari1 Well, it seems like connections from your computer to `http://archive.ubuntu.com/ubuntu` have some issues. Not sure we can help with that.
@david-olink This is because you run tests in UI mode, which forces recording the trace, and tests after the first `goto()` have non-empty traces containing page resources to show you...
> * Could it be possible to clarify that this is what the after hook does? We can look into this. > * Could it maybe be possible to speed...
@pbrzosko I have played with your repro a bit. Things are slowing down indeed, but some of that is expected due to increased parallelization between single worker and many workers....