Gets all of the card's content as text.
()
| 52 | |
| 53 | /** Gets all of the card's content as text. */ |
| 54 | async getText(): Promise<string> { |
| 55 | return (await this.host()).text(); |
| 56 | } |
| 57 | |
| 58 | /** Gets the cards's title text. */ |
| 59 | async getTitleText(): Promise<string> { |
no test coverage detected