Client Side Delay
An element may appaear on a page after heavy JavaScript processing on a client side. A test should be able to wait for an element to show up.
Scenario
- Record the following steps. Press the button below and wait for data to appear (15 seconds), click on text of the loaded label.
- Then execute your test to make sure it waits for label text to appear.
Playground