Wait for all http requests to finish #23568
roydekleijn
started this conversation in
General
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm testing a lowcode application. After certain actions (enter text in input, click on certain elements) zero/one/multiple requests are performed to the server. I like to wait till those requests are done. I know I can use:
This works if you know the amount of requests upfront. But in this application we don't know that. Ideally, I implement something generic that can wait for zero/one/multiple /xas/ requests.
How would that be possible? Any help is much appreciated!
Roy
Beta Was this translation helpful? Give feedback.
All reactions