We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8088a6 commit dcef663Copy full SHA for dcef663
interface/README.md
@@ -29,6 +29,7 @@ enables each browser tab to be automated concurrently.
29
#### `Element` (Object)
30
* `attributes` (Map<string, string>)
31
* `innerText` (string)
32
+* `textContent` (string)
33
* `outerHTML` (string)
34
* `puppeteer` (Object)
35
* `browser` ([PuppeteerBrowser](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#class-browser))
0 commit comments