Forum Discussion
simonaferrara
2 years agoFrequent Contributor
rraghvani I've also tried now bu using a code like this:
if (buttonDisplayed.WaitProperty("Exists", true, 20000))
{
Log.Checkpoint("....");
}
else
{
Log.Error("....");
}
and it doesn't wait for 20 seconds for the Exists property to true!
It goes immediately within the else statement by logging the error.