Uses of Class
org.openqa.selenium.devtools.v145.systeminfo.model.Size
Packages that use Size
-
Uses of Size in org.openqa.selenium.devtools.v145.systeminfo.model
Methods in org.openqa.selenium.devtools.v145.systeminfo.model that return SizeModifier and TypeMethodDescriptionVideoDecodeAcceleratorCapability.getMaxResolution()Maximum video dimensions in pixels supported for this |profile|.VideoEncodeAcceleratorCapability.getMaxResolution()Maximum video dimensions in pixels supported for this |profile|.VideoDecodeAcceleratorCapability.getMinResolution()Minimum video dimensions in pixels supported for this |profile|.Constructors in org.openqa.selenium.devtools.v145.systeminfo.model with parameters of type SizeModifierConstructorDescriptionVideoDecodeAcceleratorCapability(String profile, Size maxResolution, Size minResolution) VideoEncodeAcceleratorCapability(String profile, Size maxResolution, Integer maxFramerateNumerator, Integer maxFramerateDenominator)