Uses of Enum Class
com.shaft.enums.internal.ClipboardAction
Packages that use ClipboardAction
-
Uses of ClipboardAction in com.shaft.enums.internal
Subclasses with type arguments of type ClipboardAction in com.shaft.enums.internalModifier and TypeClassDescriptionenumDefines clipboard-related keyboard actions that can be performed on web and mobile elements (copy, paste, cut, select all, unselect).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) Asynchronously performs the specified clipboard action (e.g., copy, paste, cut) on the element identified byelementLocator. -
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)