Uses of Class
org.openqa.selenium.devtools.v104.page.Page.SetTouchEmulationEnabledConfiguration
-
Packages that use Page.SetTouchEmulationEnabledConfiguration Package Description org.openqa.selenium.devtools.v104.page -
-
Uses of Page.SetTouchEmulationEnabledConfiguration in org.openqa.selenium.devtools.v104.page
Methods in org.openqa.selenium.devtools.v104.page that return Page.SetTouchEmulationEnabledConfiguration Modifier and Type Method Description static Page.SetTouchEmulationEnabledConfiguration
Page.SetTouchEmulationEnabledConfiguration. fromString(java.lang.String s)
static Page.SetTouchEmulationEnabledConfiguration
Page.SetTouchEmulationEnabledConfiguration. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Page.SetTouchEmulationEnabledConfiguration[]
Page.SetTouchEmulationEnabledConfiguration. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.openqa.selenium.devtools.v104.page with type arguments of type Page.SetTouchEmulationEnabledConfiguration Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>
Page. setTouchEmulationEnabled(java.lang.Boolean enabled, java.util.Optional<Page.SetTouchEmulationEnabledConfiguration> configuration)
Deprecated.
-