Uses of Class
org.openqa.selenium.ie.ElementScrollBehavior
-
-
Uses of ElementScrollBehavior in org.openqa.selenium.ie
Methods in org.openqa.selenium.ie that return ElementScrollBehavior Modifier and Type Method Description static ElementScrollBehaviorElementScrollBehavior. fromString(java.lang.String text)static ElementScrollBehaviorElementScrollBehavior. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ElementScrollBehavior[]ElementScrollBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.ie with parameters of type ElementScrollBehavior Modifier and Type Method Description InternetExplorerOptionsInternetExplorerOptions. elementScrollTo(ElementScrollBehavior behavior)
-