Uses of Class
org.openqa.selenium.devtools.v147.emulation.model.ScreenOrientation
Packages that use ScreenOrientation
-
Uses of ScreenOrientation in org.openqa.selenium.devtools.v147.emulation.model
Methods in org.openqa.selenium.devtools.v147.emulation.model that return ScreenOrientationModifier and TypeMethodDescriptionScreenInfo.getOrientation()Specifies the screen's orientation.Methods in org.openqa.selenium.devtools.v147.emulation.model that return types with arguments of type ScreenOrientationModifier and TypeMethodDescriptionScreenOrientationLockChanged.getOrientation()The orientation lock type requested by the page.Constructors in org.openqa.selenium.devtools.v147.emulation.model with parameters of type ScreenOrientationModifierConstructorDescriptionScreenInfo(Integer left, Integer top, Integer width, Integer height, Integer availLeft, Integer availTop, Integer availWidth, Integer availHeight, Number devicePixelRatio, ScreenOrientation orientation, Integer colorDepth, Boolean isExtended, Boolean isInternal, Boolean isPrimary, String label, ScreenId id) Constructor parameters in org.openqa.selenium.devtools.v147.emulation.model with type arguments of type ScreenOrientationModifierConstructorDescriptionScreenOrientationLockChanged(Boolean locked, Optional<ScreenOrientation> orientation)