Uses of Class
com.shaft.gui.element.internal.Actions
Packages that use Actions
-
Uses of Actions in com.shaft.driver
Methods in com.shaft.driver that return Actions -
Uses of Actions in com.shaft.driver.internal
Methods in com.shaft.driver.internal that return ActionsModifier and TypeMethodDescriptionFluentWebDriverAction.element()
FluentWebDriverAction.performElementAction()
-
Uses of Actions in com.shaft.gui.element.internal
Methods in com.shaft.gui.element.internal that return ActionsModifier and TypeMethodDescriptionActions.and()
Actions.click
(@NonNull org.openqa.selenium.By locator) Actions.dragAndDrop
(@NonNull org.openqa.selenium.By sourceElementLocator, @NonNull org.openqa.selenium.By destinationElementLocator) Actions.type
(@NonNull org.openqa.selenium.By locator, @NonNull CharSequence text)