Web statements perform actions on and return values from HTML elements.
| Statement | Description |
|---|---|
| ExtractHTML | Captures HTML in a web page and saves it to a text file. |
| ExtractHTMLToString | Returns HTML from a browser window as a string. |
| FindColumnByRowIndex | Returns a column index for a table cell located using the row index and property/expected value pairs. |
| FindRowByColumnIndex | Returns a row index for a table cell located using the column index and property/expected value pairs. |
| GetControlFromTable | Returns a control from an HTML table. Not available in the Add Statement dialog box. |
| GetControlFromXPathQuery | Returns the first HTML element that matches an XPath query. |
| HTMLFindByID | Returns a string that contains the inner text of the tag with an HTML element ID. |
| HTMLFindByTag | Returns an array of strings that contain the inner text from an HTML element tag. |
| PerformXPathQuery | Returns an array of results that match an XPath query. |