I am using WebRecorder to automate a webpage. WebRecorder uses WaitIE to determine when a webpage has finished loading. Unfortunately, the webpage I am accessing does not respond properly to WaitIE. The webpage indicates it is done prematurely and inconsistently due to the way it loads objects.
Is there a way to detect when a Tag, Field Name, or other object appears on a webpage?