Chrome Remote Interface v0.2.0 ChromeRemoteInterface.RPC.HeadlessExperimental View Source

This domain provides experimental commands only supported in headless mode.

Link to this section Summary

Functions

Sends a BeginFrame to the target and returns when the frame was completed. Optionally captures a screenshot from the resulting frame. Requires that the target was created with enabled BeginFrameControl

Disables headless events for the target

Enables headless events for the target

Link to this section Functions

Sends a BeginFrame to the target and returns when the frame was completed. Optionally captures a screenshot from the resulting frame. Requires that the target was created with enabled BeginFrameControl.

Parameters: frameTime - - Timestamp of this BeginFrame (milliseconds since epoch). If not set, the current time will be used.deadline - - Deadline of this BeginFrame (milliseconds since epoch). If not set, the deadline will be calculated from the frameTime and interval.interval - - The interval between BeginFrames that is reported to the compositor, in milliseconds. Defaults to a 60 frames/second interval, i.e. about 16.666 milliseconds.screenshot - - If set, a screenshot of the frame will be captured and returned in the response. Otherwise, no screenshot will be captured.

Link to this function beginFrame(page_pid, parameters) View Source
Link to this function beginFrame(page_pid, parameters, opts) View Source

Disables headless events for the target.

Parameters:

Link to this function disable(page_pid, parameters) View Source
Link to this function disable(page_pid, parameters, opts) View Source

Enables headless events for the target.

Parameters:

Link to this function enable(page_pid, parameters) View Source
Link to this function enable(page_pid, parameters, opts) View Source