Uses of Enum Class
org.openqa.selenium.devtools.v150.pwa.model.DisplayMode
Packages that use DisplayMode
-
Uses of DisplayMode in org.openqa.selenium.devtools.v150.pwa.model
Subclasses with type arguments of type DisplayMode in org.openqa.selenium.devtools.v150.pwa.modelModifier and TypeClassDescriptionenumIf user prefers opening the app in browser or an app window.Methods in org.openqa.selenium.devtools.v150.pwa.model that return DisplayModeModifier and TypeMethodDescriptionstatic DisplayModeDisplayMode.fromString(String s) static DisplayModeReturns the enum constant of this class with the specified name.static DisplayMode[]DisplayMode.values()Returns an array containing the constants of this enum class, in the order they are declared.