com.applitools.eyes.selenium.exceptions.StaleElementReferenceException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-selenium-java5 Show documentation
Show all versions of eyes-selenium-java5 Show documentation
Applitools Eyes SDK for Selenium Java WebDriver
package com.applitools.eyes.selenium.exceptions;
public class StaleElementReferenceException extends com.applitools.eyes.exceptions.StaleElementReferenceException {
@Override
public void throwException(String message) {
throw new org.openqa.selenium.StaleElementReferenceException(message);
}
}