Builder

class Builder(val frameId: FrameId)

A builder for CreateStyleSheetRequest, which allows setting the optional parameters of the CSSDomain.createStyleSheet command via a lambda.

Constructors

Link copied to clipboard
constructor(frameId: FrameId)

Properties

Link copied to clipboard

If true, creates a new stylesheet for every call. If false, returns a stylesheet previously created by a call with force=false for the frame's document if it exists or creates a new stylesheet (default: false).

Link copied to clipboard

Identifier of the frame where "via-inspector" stylesheet should be created.

Functions

Link copied to clipboard