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


Glossary Item Box

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

Public Methods

 NameDescription
Public MethodCloseCloses the tab.  
Public MethodDragDropPerforms the drag and drop events inside tab.  
Public MethodFindElementByAttributeSearches for an HTML element by the attribute, and returns the first occurrence.  
Public MethodFindElementByIdSearches for an HTML element by the ID, and returns the first occurrence.  
Public MethodFindElementByNameSearches for an HTML element by the name, and returns the first occurrence.  
Public MethodFindElementByTagSearches for an HTML element by the tag, and returns the first occurrence.  
Public MethodFindElementsByAttributeSearches for all HTML elements by the attribute.  
Public MethodFindElementsByIdSearches for all HTML elements by the ID.  
Public MethodFindElementsByNameSearches for all HTML elements by the name.  
Public MethodFindElementsByTagsSearches for all HTML elements by the tags.  
Public MethodGetDocumentByAddressSearches for a document by the address.  
Public MethodGetElementFromPointReturns the HTML element located at specified coordinates.  
Public MethodGetPagePreviewGets preview of page.  
Public MethodGetSourceTextReturns the text of the page that the user sees.  
Public MethodMouseClickPerforms the mouse click event in specified point inside the current tab.  
Public MethodMouseMoveOverloaded. Performs the mouse move event in specified coordinates.  
Public MethodNavigateNavigates to a resource identified by a URL with specified referrer.  
Public MethodRiseEventRise specified event in the rectangular area.  
Public MethodSetActiveSets the current tab as active.  
Public MethodSetSourceTextSets the text of the page that the user sees.  
Public MethodStopStops downloading of the page.  
Public MethodWaitDownloadingWaits downloading of the page.  
Public MethodWaitInteractiveWaits until the status changed to interactive.  
Public MethodWaitPreCompleteWaits until the status changed to PreComplite.  
Top

See Also

© 2013 All Rights Reserved.