You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm super torn about the names of these.
I could see how someone fresh to screenpy could easily be confused by Wait vs WebDriverWait. That said, I like Wait.until because it makes the most sense to me.
Yeah, i'm thinking about expanding the Wait Strategies section of the documentation with a bit talking about connotation of those two approaches. Plus i'm pretty sure behind the scenes the first will be doing the latter, haha.
I keep finding myself wanting to say something like:
But it can't! I think it would be nice to add it.
Things we'd need to do:
until
anduntil_the
methods to accept a Question and Resolution pair.log_message
property to properly describe what we're waiting for.try
block ofperform_as
to either do what it does now or pass the Question, Resolution pair to aSilently(Eventually(See(...)))
.The text was updated successfully, but these errors were encountered: