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