All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.magentys.cinnamon.webdriver.actions.KeyStrokeActions Maven / Gradle / Ivy

package io.magentys.cinnamon.webdriver.actions;

public interface KeyStrokeActions {

    Actions typeText(CharSequence... keysToSend);

    Actions replaceText(CharSequence... keysToSend);

    Actions deleteContent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy