Package com.shaft.gui.element.internal
Class Actions.ClipboardAction
java.lang.Object
com.shaft.gui.element.internal.Actions.ClipboardAction
- Enclosing class:
Actions
-
Method Summary
-
Method Details
-
deleteAll
-
copyAll
@Step("Copy text to clipboard") public Actions copyAll(@NonNull @NonNull org.openqa.selenium.By locator) -
cutAll
@Step("Cut text to clipboard") public Actions cutAll(@NonNull @NonNull org.openqa.selenium.By locator) -
paste
@Step("Paste from clipboard") public Actions paste(@NonNull @NonNull org.openqa.selenium.By locator)
-