Module Watir::PageContainer
In: watir/contrib/enabled_popup.rb
watir/page-container.rb

A PageContainer contains an HTML Document. In other words, it is a what JavaScript calls a Window.

Methods

Included Modules

Win32 Watir::Exception

Public Instance methods

This method checks the currently displayed page for http errors, 404, 500 etc It gets called internally by the wait method, so a user does not need to call it explicitly

Search the current page for specified text or regexp. Returns the index if the specified text was found. Returns matchdata object if the specified regexp was found.

Deprecated Instead use

  IE#text.include? target

or

  IE#text.match target

The HTML of the current page

This method is used to display the available html frames that Internet Explorer currently has loaded. This method is usually only used for debugging test scripts.

The text of the current page

The url of the page object.

[Validate]