Gets the text content of the menu item.
()
| 32 | |
| 33 | /** Gets the text content of the menu item. */ |
| 34 | async getText(): Promise<string> { |
| 35 | return (await this.host()).text(); |
| 36 | } |
| 37 | |
| 38 | /** Whether the menu item is disabled. */ |
| 39 | async isDisabled(): Promise<boolean> { |
no test coverage detected