Members
(static) prototype
Methods
$(childTypeopt) → {Promise.<TestObject>}
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
childType | Description |
<optional> | Web.Element | The description of the child test object, for example Web.Link(). Note: all description fields except index will be ignored. |
Returns:
- Type
- Promise.<TestObject>
asWebElement() → {Promise.<WebElement>}
For example, you can then apply Describe() to it, just as you would for any web element.
Returns:
- Type
- Promise.<WebElement>
columnIndex() → {number}
Returns:
- Type
- number
countOf(childTypeopt) → {Promise.<number>}
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
childType | Description |
<optional> | Web.Element | The description of the child test object, for example Web.Link(). |
Returns:
- Type
- Promise.<number>
rowIndex() → {number}
Returns:
- Type
- number
text() → {Promise.<string>}
Returns:
- Type
- Promise.<string>