| TableElement Class |
Namespace: Selenium
Dim instance As TableElement
The TableElement type exposes the following members.
| Name | Description | |
|---|---|---|
| Data |
Get the data from an HTML table
| |
| ToExcel |
Copies the values to Excel. The target can be an address, a worksheet or a range.
|
data = driver.FindElementById("tbl").AsTable.Data driver.FindElementById("tbl").AsTable.ToExcel [Sheet1!A1]