AboutSupportDeveloper GuideVersion 22.3.18

Request to update the attributes of a page in which is attached to a running browser window.

interface UpdateAttachedPageRequest {
    page: Partial<PageWithUpdatableRuntimeAttribs>;
    pageId: string;
}

Properties

Properties

The updated page.

pageId: string

The ID of the page to update.

MMNEPVFCICPMFPCPTTAAATR