-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class SetVisibleSizeRequest
Request object containing input parameters for the EmulationDomain.setVisibleSize command.
-
-
Constructor Summary
Constructors Constructor Description SetVisibleSizeRequest(Integer width, Integer height)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final SetVisibleSizeRequestcopy(Integer width, Integer height)final IntegergetWidth()Frame width (DIP). final IntegergetHeight()Frame height (DIP). -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
copy
final SetVisibleSizeRequest copy(Integer width, Integer height)
-
-
-
-