* Get the native element instance * @returns {ElementHandle|WebElement|ElementHandle} Native element
()
| 31 | * @returns {ElementHandle|WebElement|ElementHandle} Native element |
| 32 | */ |
| 33 | getNativeElement() { |
| 34 | return this.element |
| 35 | } |
| 36 | |
| 37 | /** |
| 38 | * Get the helper instance |
no outgoing calls
no test coverage detected