#4 (comment), #4 (comment):
Yeah, taking a look at the docs directly (https://playwright.dev/python/docs/api/class-page#page-click), one would expect the page.click to pick the right signal up but I guess that's not happening. Perhaps something could be done with page.locator?
I am pretty sure this could be figured out somehow (i.e. by locating the Links button or some other part of text)
- at the moment, the app waits a fixed amount of time and then it starts scrolling. there should be a better way to do it, see example above ->
page.locator
cc @mrshu