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

com.applitools.eyes.Trigger Maven / Gradle / Ivy

The newest version!
/*
 * Applitools SDK for Selenium integration.
 */
package com.applitools.eyes;

/**
 * A base class for triggers.
 */
public abstract class Trigger {

    @SuppressWarnings("UnusedDeclaration")
    public enum TriggerType {Unknown, Mouse, Text, Keyboard}

    @SuppressWarnings("UnusedDeclaration")
    public abstract TriggerType getTriggerType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy