Loads the data from the source. Can be an excel address or a range.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As Table
Dim source As Object
Dim hasHeaders As Boolean
Dim returnValue As Table
returnValue = instance.From(source, hasHeaders)
Parameters
- source
- Type: SystemObject
- hasHeaders (Optional)
- Type: SystemBoolean
Return Value
Type:
TableTable
See Also