* {{> grabWebElements }} *
(locator)
| 1064 | * |
| 1065 | */ |
| 1066 | async grabWebElements(locator) { |
| 1067 | const elements = await this._locate(locator) |
| 1068 | return elements.map(element => new WebElement(element, this)) |
| 1069 | } |
| 1070 | |
| 1071 | /** |
| 1072 | * {{> grabWebElement }} |
no test coverage detected