Closed GoogleCodeExporter closed 9 years ago
You can use while(!solo.searchText()) with any searchText parameter to achieve
what you want.
Original comment by renasr...@gmail.com
on 10 Aug 2012 at 6:05
Right. I would think this is a common enough use case to warrant its own
readable method in Solo:
void waitForNoText(String text ) {
while (searchText(text)) {
sleep(200);
}
}
Original comment by glenview...@gmail.com
on 22 Aug 2012 at 5:46
Original issue reported on code.google.com by
glenview...@gmail.com
on 9 Aug 2012 at 2:25