ZennoLab Assemblies Documentation
Document Class Methods


For a list of all members of this type, see Document members.

Public Methods
 NameDescription
Public MethodEvaluateScriptExecutes a java script that is implemented by the currently loaded document.  
Public MethodFindElementByAttributeSearches for an element by the attribute, and returns the first occurrence.  
Public MethodFindElementByIdSearches for an element by the ID, and returns the first occurrence.  
Public MethodFindElementByNameSearches for an element by the name, and returns the first occurrence.  
Public MethodFindElementByTagSearches for an element by the tag.  
Public MethodFindElementByXPathSearches for an element by the xpath.  
Public MethodFindElementsByAttributeSearches for all elements by the attribute.  
Public MethodFindElementsByIdSearches for all elements by the ID.  
Public MethodFindElementsByNameSearches for all elements by the name.  
Public MethodFindElementsByTagsSearches for all elements by the tags.  
Public MethodFindElementsByXPathSearches for all elements by the xpath.  
Public MethodGetDomTextReturns the dom text of the document.  
Public MethodGetElementFromPointReturns the html element located at specified coordinates.  
Public MethodGetFramesReturns the all frames.  
Public MethodGetPageTextGets the text of the document that the user sees  
Public MethodRemoveElementRemoves the first occurrence of a specific first level child html element from the document.  
Public MethodReplaceElementAll occurrences of a specified html element in the current document replace with another specified html element.  
Top
See Also

Reference

Document Class
ZennoLab.CommandCenter Namespace
Tab Class
HtmlElement Class
Instance Class
DocumentCollection Class

Send Feedback