Uses of Class
org.openqa.selenium.devtools.v141.emulation.model.ScreenId
Packages that use ScreenId
Package
Description
-
Uses of ScreenId in org.openqa.selenium.devtools.v141.emulation
Methods in org.openqa.selenium.devtools.v141.emulation with parameters of type ScreenIdModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Emulation.removeScreen(ScreenId screenId) Remove screen from the device. -
Uses of ScreenId in org.openqa.selenium.devtools.v141.emulation.model
Methods in org.openqa.selenium.devtools.v141.emulation.model that return ScreenIdModifier and TypeMethodDescriptionScreenInfo.getId()Specifies the unique identifier of the screen.Constructors in org.openqa.selenium.devtools.v141.emulation.model with parameters of type ScreenIdModifierConstructorDescriptionScreenInfo(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)