|
Hi, thanks for the great work, I really like scraplings. I am trying to perform a click action on a loaded page using the StealtyFetcher. I am able to run the click action with Playwright using: However, it doesn't seem to work when I am passing a page action operating in the same way: Any idea, why it doesn't work with the DynamicFetcher? Thanks Michele |
Answered by
mighelone
Jan 16, 2026
Replies: 1 comment
|
I found the solution: just need to wait for the page to be loaded. |
0 replies
Answer selected by
D4Vinci
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the solution:
just need to wait for the page to be loaded.