Closed
Description
I think it would be useful to have a waitFor
like construct that refreshes the browser before each try. I think it would be the same in all other regards.
It should support nested use such as:
refreshWaitFor {
waitFor(1) {
// some condition
}
}
Based on my, somewhat hazy, understanding of how waitFor
is implemented, that support for nesting would come for free.