com.applitools.eyes.NoFramesException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-selenium-java-jersey1_17-sf2_53_1 Show documentation
Show all versions of eyes-selenium-java-jersey1_17-sf2_53_1 Show documentation
Applitools Eyes SDK for Selenium Java WebDriver
The newest version!
/*
* Applitools SDK for Selenium integration.
*/
package com.applitools.eyes;
public class NoFramesException extends EyesException {
public NoFramesException(String message) {
super(message);
}
}