Skip to content

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

@JMatej

Description

@JMatej

#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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions