Skip to content

Commit

Permalink
feat(element): Add textContent
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsonchuong committed Jun 27, 2021
1 parent d8088a6 commit dcef663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ enables each browser tab to be automated concurrently.
#### `Element` (Object)
* `attributes` (Map<string, string>)
* `innerText` (string)
* `textContent` (string)
* `outerHTML` (string)
* `puppeteer` (Object)
* `browser` ([PuppeteerBrowser](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#class-browser))
Expand Down

0 comments on commit dcef663

Please sign in to comment.