Gets the text content of the cell.
()
| 58 | |
| 59 | /** Gets the text content of the cell. */ |
| 60 | async getText(): Promise<string> { |
| 61 | const host = await this.host(); |
| 62 | return host.text(); |
| 63 | } |
| 64 | |
| 65 | /** Clicks the cell. */ |
| 66 | async click(): Promise<void> { |
no test coverage detected