mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
8bcf550bb6
This patch adds basic tests to verify javascript and markdown documentation parsers.
311 B
311 B
class: Foo
This is a class.
event: 'frame'
- <[Frame]>
This event is dispatched.
foo.$(selector)
selector
<[string]> A selector to query page for- returns: <[Promise]<[ElementHandle]>>
The method runs document.querySelector.
foo.url
- <[string]>
Contains the URL of the request.