Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use playwright methods to figure out when the page is fully loaded #8

Open
JMatej opened this issue Dec 30, 2021 · 0 comments
Open
Assignees

Comments

@JMatej
Copy link
Collaborator

JMatej commented Dec 30, 2021

#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

@JMatej JMatej self-assigned this Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant