
com.infotel.seleniumrobot.grid.servlets.client.INodeStatusServletClient 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.servlets.client;
import com.infotel.seleniumrobot.grid.servlets.client.entities.SeleniumRobotNode;
import com.infotel.seleniumrobot.grid.utils.GridStatus;
import kong.unirest.UnirestException;
public interface INodeStatusServletClient {
SeleniumRobotNode getStatus() throws UnirestException;
void setStatus(GridStatus newStatus) throws UnirestException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy