Hi Experts,
I am using Validate.Exists to verify element exists or not as following
Validate.Exists(".//button[@accessiblename='Insert']", 50000, "to check whether insert button exist or not", false)
When I debug and evaluate this line it shows message "Function evaluation timed out." Please suggest, Am I doing anything wrong here? I have tried changing duration.
on same m/c spy identifies ".//button[@accessiblename='Insert']" this object.
Thanks in advance,
Rocky