Queries
Page Queries
Browser Mutations
- addCookies
- addInitScript
- addScriptTag
- addStyleTag
- blur
- check
- clear
- clearCookies
- clearPermissions
- click
- dragAndDrop
- emulateMedia
- evaluate
- fill
- focus
- goBack
- goForward
- grantPermissions
- highlight
- hover
- keyPress
- keyType
- page
- reload
- scrollIntoView
- selectOption
- selectText
- setExtraHTTPHeaders
- setGeolocation
- setInputFiles
- setOffline
- setViewport
- tap
- touch
- uncheck
- waitForEvent
- waitForFunction
- waitForLoadState
- waitForRequest
- waitForResponse
- waitForURL
Subscriptions
Objects
Inputs
- ActOptions
- AddInitScriptOptions
- AddScriptTagOptions
- AddStyleTagOptions
- AuthCredentialOptions
- BlockAdsOptions
- BlockRequestsOptions
- BoxOptions
- CheckOptions
- ClearCookiesOptions
- ClearOptions
- ClickOptions
- CookieOptions
- DragAndDropOptions
- ElementFilterOptions
- ElementOptions
- EmulateMediaOptions
- ExtractOptions
- FillOptions
- GeolocationOptions
- GrantPermissionsOptions
- HoverOptions
- InputFileOptions
- KeyPressOptions
- KeyTypeOptions
- ObserveOptions
- PageOptions
- PDFMarginOptions
- PDFOptions
- PointOptions
- ProxyOptions
- ScreenOptions
- ScreenshotOptions
- SelectOptionOptions
- SelectTextOptions
- SelectValueOptions
- StorageStateOptions
- TapOptions
- TimeoutOptions
- ViewportOptions
- WaitForFunctionOptions
- WaitForOptions
Enums
Directives
Page Queries
url
The current URL of the page. If the page has been redirected, this will be the final URL.
Definition
Copy
url: URL
Returns
A public URL in the standard format specified in RFC3986.
Usage
This field is available on the Page object. Use it to query page information and content.
On this page
Assistant
Responses are generated using AI and may contain mistakes.