
com.infotel.seleniumrobot.grid.exceptions.SeleniumGridException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of seleniumRobot-grid4 Show documentation
Show all versions of seleniumRobot-grid4 Show documentation
Selenium grid extension for mobile testing
The newest version!
package com.infotel.seleniumrobot.grid.exceptions;
public class SeleniumGridException extends RuntimeException {
private static final long serialVersionUID = 1L;
public SeleniumGridException(final String message, final Throwable throwable) {
super(message, throwable);
}
public SeleniumGridException(final String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy