Make it more convenient to wait on something while reloading the page #499
Comments
To confirm that I understand what you're after,
while keeping the implicit assertions feature on the block passed to it. Is that right? The method should only be available on |
Yeah, that's basically it. I think this method should probably on be on So perhaps…
|
I decided against passing pages to |
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:
Based on my, somewhat hazy, understanding of how
waitFor
is implemented, that support for nesting would come for free.The text was updated successfully, but these errors were encountered: