How to wait for Ajax on SeleniumVBA? #129
-
I want to wait until Ajax(with jQuery) is completed.
It seems to be working fine, but I'm not confident. |
Beta Was this translation helpful? Give feedback.
Answered by
hanamichi77777
Oct 24, 2024
Replies: 1 comment 1 reply
-
I struggled with that wait stuff also and I use following routines - one being actually the AJAX-wait routine the other checking change of the HTML page source
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is great ! Thanks very much, and thanks too for the quick answer !