
com.applitools.eyes.playwright.universal.PlaywrightStaleElementReferenceException Maven / Gradle / Ivy
package com.applitools.eyes.playwright.universal;
import com.applitools.eyes.exceptions.StaleElementReferenceException;
public class PlaywrightStaleElementReferenceException extends StaleElementReferenceException {
@Override
public void throwException(String message) {
throw new RuntimeException(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy