@ProviderType
public interface KnownDevices
Modifier and Type | Method and Description |
---|---|
Set<VersionableName> |
getBrands() |
Set<VersionableName> |
getBrowsers() |
Map<Capability,Set<String>> |
getDeviceIds()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
Set<VersionableName> |
getOperatingSystems() |
Set<String> |
getPointingMethods() |
void |
reload() |
Set<VersionableName> getBrands()
Set<VersionableName> getBrowsers()
@Deprecated Map<Capability,Set<String>> getDeviceIds()
Set<VersionableName> getOperatingSystems()
Set<String> getPointingMethods()
void reload() throws Exception
Exception