What I need to do is something to the effect of
"Wait until HtmlFindExpression("role=gridcell","aria-selected=false").Count() > 0" ...then continue on.
I have a kendo scheduler bound to a datasource and I need to have the test step validate there are events in the scheduler. The callback might be 50ms or 5 seconds, it's not reliable enough in a test list to set a simple wait.
Suggestions? :D