playwright/utils/doclint/check_public_api/test/md-builder-common/doc.md

24 lines
352 B
Markdown
Raw Normal View History

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