com.applitools.eyes.selenium.IConfigurationSetter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-sdk-core-java3 Show documentation
Show all versions of eyes-sdk-core-java3 Show documentation
Applitools Eyes SDK base for Java
The newest version!
package com.applitools.eyes.selenium;
import com.applitools.eyes.config.Configuration;
/**
* @deprecated Please use {@link com.applitools.eyes.config.Configuration}
*/
@Deprecated
public class IConfigurationSetter extends Configuration {
}