mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
352 B
352 B
class: Foo
This is a class.
event: Foo.frame
- type: <[Frame]>
This event is dispatched.
method: Foo.$
- returns: <[Promise]<[ElementHandle]>>
The method runs document.querySelector.
param: Foo.$.selector
selector
<[string]>
A selector to query page for
property: Foo.url
- type: <[string]>
Contains the URL of the request.