Uses of Class
org.openqa.selenium.devtools.v141.emulation.model.WorkAreaInsets
Packages that use WorkAreaInsets
-
Uses of WorkAreaInsets in org.openqa.selenium.devtools.v141.emulation
Method parameters in org.openqa.selenium.devtools.v141.emulation with type arguments of type WorkAreaInsetsModifier 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.