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

org.fluentlenium.core.action.InputControl Maven / Gradle / Ivy

package org.fluentlenium.core.action;

/**
 * Access interface for input controls.
 */
public interface InputControl {
    /**
     * Execute keyboard actions
     *
     * @return mouse keyboard object
     */
    KeyboardActions keyboard();

    /**
     * Execute mouse actions
     *
     * @return mouse actions object
     */
    MouseActions mouse();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy