-
public final class StartScreencastRequestRequest object containing input parameters for the PageDomain.startScreencast command.
-
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Integercomponent2()final Integercomponent3()final Integercomponent4()final Integercomponent5()final StartScreencastRequestcopy(String format, Integer quality, Integer maxWidth, Integer maxHeight, Integer everyNthFrame)final StringgetFormat()Image compression format. final IntegergetQuality()Compression quality from range 0.. final IntegergetMaxWidth()Maximum screenshot width. final IntegergetMaxHeight()Maximum screenshot height. final IntegergetEveryNthFrame()Send every n-th frame. -
-
Method Detail
-
component1
final String component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
component4
final Integer component4()
-
component5
final Integer component5()
-
copy
final StartScreencastRequest copy(String format, Integer quality, Integer maxWidth, Integer maxHeight, Integer everyNthFrame)
-
getQuality
final Integer getQuality()
Compression quality from range 0..100.
-
getMaxWidth
final Integer getMaxWidth()
Maximum screenshot width.
-
getMaxHeight
final Integer getMaxHeight()
Maximum screenshot height.
-
getEveryNthFrame
final Integer getEveryNthFrame()
Send every n-th frame.
-
-
-
-