Hi
In Vugen, Any suggestions for HTTP/HTML protocol of any functions that I can use to wait for elements to appear before proceeding ?
thanks
Mai
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Hi
In Vugen, Any suggestions for HTTP/HTML protocol of any functions that I can use to wait for elements to appear before proceeding ?
thanks
Mai
Hi Mai Nur ,
Web HTTP/HTML protocol just replays what goes over the wire (network). So the concept of 'an element appears' does not fit into this picture. That is more related to GUI simulation like with TruClient.
So when you transition from TruClient to Web HTTP/HTML protocol, you have to know what makes an element appear. When it is e.g. the result of an AJAX call, you will likely have recorded it. When it is part of a Web Socket response, you might need to poll and wait.
Reward contributions via likes or 'verified answers'