* Can be used for apps only with several values ("contentDescription", "text", "className", "resourceId") * * {{> grabAttributeFrom }}
(locator, attr)
| 1659 | * {{> grabAttributeFrom }} |
| 1660 | */ |
| 1661 | async grabAttributeFrom(locator, attr) { |
| 1662 | if (this.isWeb) return super.grabAttributeFrom(locator, attr) |
| 1663 | return super.grabAttributeFrom(parseLocator.call(this, locator), attr) |
| 1664 | } |
| 1665 | |
| 1666 | /** |
| 1667 | * Can be used for apps only with several values ("contentDescription", "text", "className", "resourceId") |
no outgoing calls
no test coverage detected