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

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

There is a newer version: 2.34
Show newest version
/*
 * Applitools SDK for Selenium integration.
 */
package com.applitools.eyes;

public class NoFramesException extends EyesException {

    public NoFramesException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy