(maxLength = 300)
| 512 | } |
| 513 | |
| 514 | async toSimplifiedHTML(maxLength = 300) { |
| 515 | const outerHTML = await this.toOuterHTML() |
| 516 | return simplifyHtmlElement(outerHTML, maxLength) |
| 517 | } |
| 518 | |
| 519 | /** |
| 520 | * Plain-object snapshot of the element — text, simplified HTML, visibility, |