-
public final class CreateStyleSheetRequestRequest object containing input parameters for the CSSDomain.createStyleSheet command.
-
-
Constructor Summary
Constructors Constructor Description CreateStyleSheetRequest(String frameId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final CreateStyleSheetRequestcopy(String frameId)final StringgetFrameId()Identifier of the frame where "via-inspector" stylesheet should be created. -
-
Constructor Detail
-
CreateStyleSheetRequest
CreateStyleSheetRequest(String frameId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final CreateStyleSheetRequest copy(String frameId)
-
getFrameId
final String getFrameId()
Identifier of the frame where "via-inspector" stylesheet should be created.
-
-
-
-