For a list of all members of this type, see Tab members.
| Name | Description | |
|---|---|---|
![]() | Close | Closes the tab. |
![]() | DragDrop | Performs the drag and drop events inside tab. |
![]() | DropFile | Drop file to the page. |
![]() | FindElementByAttribute | Overloaded. Searches for an HTML element by the attribute, and returns the first occurrence. |
![]() | FindElementById | Searches for an HTML element by the ID, and returns the first occurrence. |
![]() | FindElementByName | Searches for an HTML element by the name, and returns the first occurrence. |
![]() | FindElementByTag | Searches for an HTML element by the tag, and returns the first occurrence. |
![]() | FindElementByXPath | Searches for an HTML element by the xpath, and returns the first occurrence. |
![]() | FindElementsByAttribute | Searches for all HTML elements by the attribute. |
![]() | FindElementsById | Searches for all HTML elements by the ID. |
![]() | FindElementsByName | Searches for all HTML elements by the name. |
![]() | FindElementsByTags | Searches for all HTML elements by the tags. |
![]() | FindElementsByXPath | Searches for all HTML elements by the xpath. |
![]() | FullEmulationMouseClick | Performs the mouse click event in current point inside the current tab. |
![]() | FullEmulationMouseMove | Performs the mouse move event to specified coordinates. |
![]() | FullEmulationMouseMoveAboveHtmlElement | Performs the mouse move event above specified element. |
![]() | FullEmulationMouseMoveToHtmlElement | Performs the mouse move event to specified element. |
![]() | FullEmulationMouseSetOptions | Configure full mouse emulation. These parameters set to default value every navigate. |
![]() | GetCharset | Gets the charset of the tab. |
![]() | GetDocumentByAddress | Searches for a document by the address. |
![]() | GetElementFromPoint | Returns the HTML element located at specified coordinates. |
![]() | GetPagePreview | Gets preview of page. |
![]() | GetSourceText | Returns the text of the page that the user sees. |
![]() | KeyEvent | Performs the key event inside the current tab. |
![]() | MouseClick | Performs the mouse click event in specified point inside the current tab. |
![]() | MouseMove | Overloaded. Performs the mouse move event in specified coordinates. |
![]() | MouseWheel | Performs the mouse wheel event in specified point inside the current tab. |
![]() | Navigate | Navigates to a resource identified by a URL with specified referrer. |
![]() | RiseEvent | Rise specified event in the rectangular area. |
![]() | SetActive | Sets the current tab as active. |
![]() | SetCharset | Sets the charset to the tab. |
![]() | SetSourceText | Sets the text of the page that the user sees. |
![]() | Stop | Stops downloading of the page. |
![]() | SubscribePageLoading | Subscribe javascript code to DOMContentLoaded event on page. |
![]() | SubscribeWindowCreating | Subscribe javascript code to DOMWindowCreated event on page. |
![]() | WaitDownloading | Waits downloading of the page. |
![]() | WaitInteractive | Waits until the status changed to interactive. |
![]() | WaitPreComplete | Waits until the status changed to PreComplite. |