Uses of Class
org.openqa.selenium.devtools.v141.emulation.model.ScreenInfo
Packages that use ScreenInfo
-
Uses of ScreenInfo in org.openqa.selenium.devtools.v141.emulation
Methods in org.openqa.selenium.devtools.v141.emulation that return types with arguments of type ScreenInfoModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<ScreenInfo> Emulation.addScreen(Integer left, Integer top, Integer width, Integer height, Optional<WorkAreaInsets> workAreaInsets, Optional<Number> devicePixelRatio, Optional<Integer> rotation, Optional<Integer> colorDepth, Optional<String> label, Optional<Boolean> isInternal) Add a new screen to the device.static org.openqa.selenium.devtools.Command<List<ScreenInfo>> Emulation.getScreenInfos()Returns device's screen configuration.