24 lines
352 B
Markdown
Raw Normal View History

# class: Foo
2019-11-18 18:18:28 -08:00
This is a class.
## event: Foo.frame
- type: <[Frame]>
2019-11-18 18:18:28 -08:00
This event is dispatched.
## method: Foo.$
2019-11-18 18:18:28 -08:00
- returns: <[Promise]<[ElementHandle]>>
The method runs document.querySelector.
### param: Foo.$.selector
- `selector` <[string]>
2019-11-18 18:18:28 -08:00
A selector to query page for
## property: Foo.url
- type: <[string]>
2019-11-18 18:18:28 -08:00
Contains the URL of the request.