Uses of Class
org.uitnet.testing.smartfwk.api.core.support.ScrollbarType
-
Packages that use ScrollbarType Package Description org.uitnet.testing.smartfwk.api.core.support org.uitnet.testing.smartfwk.ui.core.utils -
-
Uses of ScrollbarType in org.uitnet.testing.smartfwk.api.core.support
Methods in org.uitnet.testing.smartfwk.api.core.support that return ScrollbarType Modifier and Type Method Description static ScrollbarTypeScrollbarType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScrollbarTypeScrollbarType. valueOf2(String strType)static ScrollbarType[]ScrollbarType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ScrollbarType in org.uitnet.testing.smartfwk.ui.core.utils
Methods in org.uitnet.testing.smartfwk.ui.core.utils with parameters of type ScrollbarType Modifier and Type Method Description static voidPageScrollUtil. setScrollbarThumbgripLocation(SmartAppDriver appDriver, org.openqa.selenium.WebElement element, ScrollbarType scrollbarType, double pctValue)static voidPageScrollUtil. setScrollbarThumbgripLocation(SmartAppDriver appDriver, org.openqa.selenium.WebElement element, ScrollbarType scrollbarType, int numPixels)
-