class Watir::WhenEnabledDecorator

Wraps an Element so that any subsequent method calls are put on hold until the element is enabled (exists and is enabled) on the page.

Private Instance Methods

wait_until() click to toggle source
# File lib/watir/legacy_wait.rb, line 53
def wait_until
  @element.enabled?
end