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
s.summary = %q{Extend Watir to wait with page refreshes.}
s.description = %q{Watir::WaitWithRefresh extends Watir to include methods that will refresh the page until or while an element is present or a block is true. Adds Element#refresh_until_present, Element#refresh_while_present, Element#when_present_after_refresh, Browser#refresh_until and Browser#refresh_while.}