Gets the text of the menu's trigger element.
()
| 58 | |
| 59 | /** Gets the text of the menu's trigger element. */ |
| 60 | async getTriggerText(): Promise<string> { |
| 61 | return (await this.host()).text(); |
| 62 | } |
| 63 | |
| 64 | /** Focuses the menu. */ |
| 65 | async focus(): Promise<void> { |
no test coverage detected