Checks whether the element has the given class.
(name: string)
| 149 | |
| 150 | /** Checks whether the element has the given class. */ |
| 151 | hasClass(name: string): Promise<boolean>; |
| 152 | |
| 153 | /** Gets the dimensions of the element. */ |
| 154 | getDimensions(): Promise<ElementDimensions>; |
no outgoing calls
no test coverage detected