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

net.thucydides.core.pages.UnexpectedElementVisibleException Maven / Gradle / Ivy

There is a newer version: 0.9.275
Show newest version
package net.thucydides.core.pages;

/**
 * Thrown if an element that should not be visible is visible.
 */
public class UnexpectedElementVisibleException extends RuntimeException {
    public UnexpectedElementVisibleException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy