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-webdriver/wait.rb, line 149
def wait_until
  @element.enabled?
end