Uses of Enum Class
com.shaft.enums.internal.ClipboardAction
-
Uses of ClipboardAction in com.shaft.enums.internal
Modifier and TypeMethodDescriptionstatic ClipboardAction
Returns 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
Modifier and TypeMethodDescriptionAsyncElementActions.clipboardActions
(org.openqa.selenium.By elementLocator, ClipboardAction action) ElementActions.clipboardActions
(org.openqa.selenium.By elementLocator, ClipboardAction action) Attempts to perform a native clipboard action on the text from a certain web element, like copy/cut/paste -
Uses of ClipboardAction in com.shaft.gui.element.internal
Modifier and TypeMethodDescriptionboolean
ElementActionsHelper.performClipboardActions
(org.openqa.selenium.WebDriver driver, ClipboardAction action)