
com.infotel.seleniumrobot.grid.config.capability.DesktopCapability Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of seleniumRobot-grid Show documentation
Show all versions of seleniumRobot-grid Show documentation
Selenium grid extension for mobile testing
The newest version!
package com.infotel.seleniumrobot.grid.config.capability;
public class DesktopCapability extends NodeCapability {
/**
*
*/
private static final long serialVersionUID = 1L;
protected static final String PLATFORM = "platform";
public String getPlatform() {
return (String)get(PLATFORM);
}
public void setPlatform(String platform) {
put(PLATFORM, platform);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy