-
While a page is loading, is it possible to run commands exactly after an item on the page loads? Ex. wait on specific image loading and then take a screenshot, the current way I am trying it is to do a manual Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
mhanberg
Mar 12, 2023
Replies: 1 comment 1 reply
-
Using the find function will wait for it to appear, and you can pass it a callback. You can probably utilize that mechanism. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mvkvc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the find function will wait for it to appear, and you can pass it a callback. You can probably utilize that mechanism.