* Gets the text from the element. * @param options Options that affect what text is included.
(options?: TextOptions)
| 137 | * @param options Options that affect what text is included. |
| 138 | */ |
| 139 | text(options?: TextOptions): Promise<string>; |
| 140 | |
| 141 | /** |
| 142 | * Sets the value of a `contenteditable` element. |
no outgoing calls