Skip to content

Commit dcef663

Browse files
committed
feat(element): Add textContent
1 parent d8088a6 commit dcef663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ enables each browser tab to be automated concurrently.
2929
#### `Element` (Object)
3030
* `attributes` (Map<string, string>)
3131
* `innerText` (string)
32+
* `textContent` (string)
3233
* `outerHTML` (string)
3334
* `puppeteer` (Object)
3435
* `browser` ([PuppeteerBrowser](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#class-browser))

0 commit comments

Comments
 (0)