Class: Watir::WhenPresentDecorator

Inherits:
BaseDecorator show all
Extended by:
Forwardable
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 present (exists and is visible) 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