Class Actions.ClipboardAction

java.lang.Object
com.shaft.gui.element.internal.Actions.ClipboardAction
Enclosing class:
Actions

public class Actions.ClipboardAction extends Object
  • Method Details

    • deleteAll

      @Step("Delete text") public Actions deleteAll(@NonNull @NonNull org.openqa.selenium.By locator)
    • 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)