| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace : Document Class |
For a list of all members of this type, see Document members.
| Name | Description | |
|---|---|---|
![]() | EvaluateScript | Executes a java script that is implemented by the currently loaded document. |
![]() | FindElementByAttribute | Searches for an element by the attribute, and returns the first occurrence. |
![]() | FindElementById | Searches for an element by the ID, and returns the first occurrence. |
![]() | FindElementByName | Searches for an element by the name, and returns the first occurrence. |
![]() | FindElementByTag | Searches for an element by the tag. |
![]() | FindElementByXPath | Searches for an element by the xpath. |
![]() | FindElementsByAttribute | Searches for all elements by the attribute. |
![]() | FindElementsById | Searches for all elements by the ID. |
![]() | FindElementsByName | Searches for all elements by the name. |
![]() | FindElementsByTags | Searches for all elements by the tags. |
![]() | FindElementsByXPath | Searches for all elements by the xpath. |
![]() | GetDomText | Returns the dom text of the document. |
![]() | GetElementFromPoint | Returns the html element located at specified coordinates. |
![]() | GetFrames | Returns the all frames. |
![]() | GetPageText | Gets the text of the document that the user sees |
![]() | RemoveElement | Removes the first occurrence of a specific first level child html element from the document. |
![]() | ReplaceElement | All occurrences of a specified html element in the current document replace with another specified html element. |