Module: Vapir::IE::PageContainer::WebBrowserReadyState

Defined in:
lib/vapir-ie/page_container.rb

Overview

Constant Summary collapse

Uninitialized =

No document is currently loaded.

0
Loading =

The control is loading a new document.

1
Loaded =

The control has loaded and initialized the new document, but has not yet received all the document data.

2
Interactive =

The control has loaded enough of the document to allow limited user interaction, such as clicking hyperlinks that have been displayed.

3
Complete =

The control has finished loading the new document and all its contents.

4