com.slickqa.webdriver.flowbee.PageFoundTooManyTimesException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of slick-webdriver-java Show documentation
Show all versions of slick-webdriver-java Show documentation
This is a wrapper and utilities for using webdriver / selenium in Java.
package com.slickqa.webdriver.flowbee;
public class PageFoundTooManyTimesException extends Exception
{
public PageFoundTooManyTimesException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy