Testing the Internet - 11. Dynamic loading: Adding controls


In this video we demonstrates how to handle dynamic addition of controls/web elements in a test case.

As the web applications in general are becoming richer it’s not unusual to have client side event adding controls on the fly. We show how you can do an implicit wait by using the Find Web Element building block and this wait pauses the flow until the captured control is added to the DOM.

We also demonstrates how easily you can turn the “Capture” feature on and off in order to navigate the web application you are capturing web elements from.

Download sample