Uses of Enum Class
com.shaft.enums.internal.ClipboardAction
Packages that use ClipboardAction
- 
Uses of ClipboardAction in com.shaft.enums.internal
Methods in com.shaft.enums.internal that return ClipboardActionModifier and TypeMethodDescriptionstatic ClipboardActionReturns the enum constant of this class with the specified name.static ClipboardAction[]ClipboardAction.values()Returns an array containing the constants of this enum class, in the order they are declared. - 
Uses of ClipboardAction in com.shaft.gui.element
Methods in com.shaft.gui.element with parameters of type ClipboardActionModifier and TypeMethodDescriptionAsyncElementActions.clipboardActions(org.openqa.selenium.By elementLocator, ClipboardAction action) ElementActions.clipboardActions(org.openqa.selenium.By elementLocator, ClipboardAction action) Deprecated, for removal: This API element is subject to removal in a future version. - 
Uses of ClipboardAction in com.shaft.gui.element.internal
Methods in com.shaft.gui.element.internal with parameters of type ClipboardActionModifier and TypeMethodDescriptionbooleanElementActionsHelper.performClipboardActions(org.openqa.selenium.WebDriver driver, ClipboardAction action)