Gets the option's label text.
()
| 48 | |
| 49 | /** Gets the option's label text. */ |
| 50 | async getText(): Promise<string> { |
| 51 | return (await this._text()).text(); |
| 52 | } |
| 53 | |
| 54 | /** Gets whether the option is disabled. */ |
| 55 | async isDisabled(): Promise<boolean> { |
no test coverage detected