* {{> grabWebElement }} *
(locator)
| 1838 | * |
| 1839 | */ |
| 1840 | async grabWebElement(locator) { |
| 1841 | const element = await this._locateElement(locator) |
| 1842 | return new WebElement(element, this) |
| 1843 | } |
| 1844 | |
| 1845 | /** |
| 1846 | * Switch focus to a particular tab by its number. It waits tabs loading and then switch tab |
nothing calls this directly
no test coverage detected