Attachmate.Reflection.Web.Msie Namespace : IWebDocument Interface |
The following tables list the members exposed by IWebDocument.
Name | Description | |
---|---|---|
![]() | ActiveElement | Gets the Web element that has the focus. |
![]() | AllElements | Gets all Web elements. |
![]() | Body | Gets the body element. |
![]() | Cookie | Gets or sets the cookie property. |
![]() | DefaultEncoding | Gets the default encoding. |
![]() | Domain | Gets or sets the string that describes the domain of this document for security purposes. |
![]() | Encoding | Gets or sets the character encoding for this document. |
![]() | Focused | Gets a value that indicates whether the document has user input focus. |
![]() | Forms | Gets a collection of all of the form elements in the document. |
![]() | Images | Gets a collection of all the image tags in the document. |
![]() | Links | Gets a list of all the hyperlinks within the current HTML document. |
![]() | Title | Gets or sets the text value of the title tag in the current HTML document. |
![]() | Url | Gets the URL of the current document. |
Name | Description | |
---|---|---|
![]() | Extract | Extracts text delimited by pretext and posttext from an HTML text source. |
![]() | GetElement | Gets the first Web element by an XPath path, relative to the current Web element. |
![]() | GetElementById | Gets a Web element by ID. |
![]() | GetElementFromPoint | Gets the Web element at the point. |
![]() | GetElementsByTagName | Gets a collection of elements with the specified HTML tag. |
![]() | InvokeScript | Overloaded. Executes an Active Scripting function defined in an HTML page. |