com.applitools.eyes.Trigger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-sdk-java-jersey2x Show documentation
Show all versions of eyes-sdk-java-jersey2x Show documentation
Applitools Eyes SDK base for Java
/*
* Applitools SDK for Selenium integration.
*/
package com.applitools.eyes;
/**
* A base class for triggers.
*/
abstract class Trigger {
@SuppressWarnings("UnusedDeclaration")
enum TriggerType {Unknown, Mouse, Text, Keyboard}
@SuppressWarnings("UnusedDeclaration")
public abstract TriggerType getTriggerType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy