Gets the cards's title text.
()
| 57 | |
| 58 | /** Gets the cards's title text. */ |
| 59 | async getTitleText(): Promise<string> { |
| 60 | return (await this._title())?.text() ?? ''; |
| 61 | } |
| 62 | |
| 63 | /** Gets the cards's subtitle text. */ |
| 64 | async getSubtitleText(): Promise<string> { |
no test coverage detected