Uses of Class
io.webdevice.wiring.DeviceDefinition
-
Packages that use DeviceDefinition Package Description io.webdevice.wiring -
-
Uses of DeviceDefinition in io.webdevice.wiring
Methods in io.webdevice.wiring that return DeviceDefinition Modifier and Type Method Description DeviceDefinitionSettings. device(String name)DeviceDefinitionDeviceDefinition. withAlias(String alias)DeviceDefinitionDeviceDefinition. withCapabilitiesRef(String capabilitiesRef)DeviceDefinitionDeviceDefinition. withCapability(String capability, Object value)DeviceDefinitionDeviceDefinition. withConfidential(String mask)DeviceDefinitionDeviceDefinition. withDesired(String desired)DeviceDefinitionDeviceDefinition. withDriver(Class<? extends org.openqa.selenium.WebDriver> driver)DeviceDefinitionDeviceDefinition. withExtraCapability(String extraCapability)DeviceDefinitionDeviceDefinition. withExtraOption(String option, Object value)DeviceDefinitionDeviceDefinition. withName(String name)DeviceDefinitionDeviceDefinition. withOptions(Class<? extends org.openqa.selenium.MutableCapabilities> options)DeviceDefinitionDeviceDefinition. withPooled(boolean pooled)DeviceDefinitionDeviceDefinition. withProvider(Class<? extends DeviceProvider> provider)DeviceDefinitionDeviceDefinition. withRemoteAddress(URL remoteAddress)Methods in io.webdevice.wiring that return types with arguments of type DeviceDefinition Modifier and Type Method Description Stream<DeviceDefinition>Settings. devices()Map<String,DeviceDefinition>Settings. getDevices()Methods in io.webdevice.wiring with parameters of type DeviceDefinition Modifier and Type Method Description SettingsSettings. withDevice(DeviceDefinition device)Method parameters in io.webdevice.wiring with type arguments of type DeviceDefinition Modifier and Type Method Description voidSettings. setDevices(Map<String,DeviceDefinition> devices)
-