com.applitools.eyes.appium.AppiumRunner Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-appium-java5 Show documentation
Show all versions of eyes-appium-java5 Show documentation
Applitools Eyes SDK for Appium Java WebDriver
package com.applitools.eyes.appium;
import com.applitools.eyes.selenium.ClassicRunner;
import com.applitools.utils.ClassVersionGetter;
public class AppiumRunner extends ClassicRunner {
/**
* name of the client sdk
*/
protected static String BASE_AGENT_ID = "eyes.sdk.appium";
/**
* version of the client sdk
*/
protected static String VERSION = ClassVersionGetter.CURRENT_VERSION;
/**
* used for instantiating Appium Runner
*/
public AppiumRunner() {
super(BASE_AGENT_ID, VERSION);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy