Testing the Internet - 9. Dynamic controls


In this video we will show you how to handle controls being added or removed from the DOM. We will use this page in the demonstration.

As the web applications grow richer it is becoming more and more usual that controls are added or removed from the DOM based an user driven action, e.g. clicking a button. This video demonstrates the use of the Find Web Element building block for this purpose and introduces the “Await not found” property that allows you to pause a test flow until a control is removed from the DOM.

Download sample