Uses of Class
core.uiCore.driverProperties.driverType.DriverType
-
Packages that use driverType.DriverType Package Description core.support.objects core.uiCore.driverProperties core.uiCore.driverProperties.capabilities -
-
Uses of driverType.DriverType in core.support.objects
Fields in core.support.objects declared as driverType.DriverType Modifier and Type Field Description driverType.DriverTypeDriverObject. driverTypeMethods in core.support.objects with parameters of type driverType.DriverType Modifier and Type Method Description DriverObjectDriverObject. withDriverType(driverType.DriverType driverType) -
Uses of driverType.DriverType in core.uiCore.driverProperties
Methods in core.uiCore.driverProperties that return driverType.DriverType Modifier and Type Method Description static driverType.DriverTypedriverType.DriverType. valueOf(String name)Returns the enum constant of this type with the specified name.static driverType.DriverType[]driverType.DriverType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of driverType.DriverType in core.uiCore.driverProperties.capabilities
Methods in core.uiCore.driverProperties.capabilities that return driverType.DriverType Modifier and Type Method Description driverType.DriverTypeWebCapability. getWebDriverType()set driver through maven using -D command eg.
-