You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
#4 (comment), #4 (comment):
page.locator
cc @mrshu
The text was updated successfully, but these errors were encountered: