Forum Discussion
gentlesea
14 years agoFrequent Contributor
For dealing with timing issues there are the aqDateTime methods.
You want to look at aqDateTime.TimeInterval.
If it is about delaying the script execution until an element appears I suggest to do the following though:
You want to look at aqDateTime.TimeInterval.
If it is about delaying the script execution until an element appears I suggest to do the following though:
Aliases.YourButton.WaitProperty("VisibleOnScreen", true, -1);
Aliases.YourButton.Click();