Class: Watir::WhenEnabledDecorator

Inherits:
BaseDecorator show all
Defined in:
lib/watir-webdriver/wait.rb

Overview

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.

Method Summary

Methods inherited from BaseDecorator

#initialize, #method_missing, #respond_to?

Constructor Details

This class inherits a constructor from Watir::BaseDecorator

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Watir::BaseDecorator