Uses of Enum Class
org.openqa.selenium.devtools.v126.page.Page.SetTouchEmulationEnabledConfiguration
Packages that use Page.SetTouchEmulationEnabledConfiguration
-
Uses of Page.SetTouchEmulationEnabledConfiguration in org.openqa.selenium.devtools.v126.page
Methods in org.openqa.selenium.devtools.v126.page that return Page.SetTouchEmulationEnabledConfigurationModifier and TypeMethodDescriptionPage.SetTouchEmulationEnabledConfiguration.fromString
(String s) Returns the enum constant of this class with the specified name.Page.SetTouchEmulationEnabledConfiguration.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.openqa.selenium.devtools.v126.page with type arguments of type Page.SetTouchEmulationEnabledConfigurationModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void>
Page.setTouchEmulationEnabled
(Boolean enabled, Optional<Page.SetTouchEmulationEnabledConfiguration> configuration) Deprecated.