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
Is their an equivalent to what is available in selenium:
SeleniumExtras.WaitHelpers.ExpectedConditions.StalenessOf(element)
I could not find a way to implement this with the current API. Only possibilities that you have is the wait for element to be hidden or visible, but that it is removed from the dom.
The text was updated successfully, but these errors were encountered:
@Georgegriff: this change is available in master (docs), which is published as playwright@next on NPM. We are preparing the 0.12.0 release, which will have this as well.
Is their an equivalent to what is available in selenium:
SeleniumExtras.WaitHelpers.ExpectedConditions.StalenessOf(element)
I could not find a way to implement this with the current API. Only possibilities that you have is the wait for element to be hidden or visible, but that it is removed from the dom.
The text was updated successfully, but these errors were encountered: