ZennoLab Assemblies Documentation
Document Class Methods
See Also  Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace : Document Class


Glossary Item Box

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, and returns the first occurrence.  
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 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 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

© 2013 All Rights Reserved.