Forum Discussion

Novari-QA's avatar
Novari-QA
Frequent Contributor
8 years ago
Solved

WaitProperty on styles?

I am trying to wait on an object that i know exsists but the application needs to wait on the style="display: block;".  obj.WaitProperty("style", "display: block", 1); // doesn't work obj.WaitPro...