Gets the text of the menu item.
()
| 176 | |
| 177 | /** Gets the text of the menu item. */ |
| 178 | async getText(): Promise<string> { |
| 179 | return (await this.host()).text(); |
| 180 | } |
| 181 | |
| 182 | /** Focuses the menu item. */ |
| 183 | async focus(): Promise<void> { |
no test coverage detected