Page Domain - DevTools Protocol Version 0.1 (EdgeHTML)
Actions and events related to the inspected page belong to the page domain.
Classification | Members |
---|---|
Methods | enable, disable, navigate |
Types | FrameId |
Methods
enable
Enables page domain notifications.
disable
Disables page domain notifications.
navigate
Navigates current page to the given URL.
Parameters | Type | Details |
---|---|---|
url | string |
URL to navigate the page to. |
Returns | Type | Details |
---|---|---|
frameId | FrameId | Experimental. Frame ID that will be navigated. |
Types
FrameId string
Unique frame identifier.