Uses of Class
com.crowdar.driver.ProjectTypeEnum
-
Packages that use ProjectTypeEnum Package Description com.crowdar.driver com.crowdar.driver.setupStrategy com.crowdar.driver.setupStrategy.web -
-
Uses of ProjectTypeEnum in com.crowdar.driver
Methods in com.crowdar.driver that return ProjectTypeEnum Modifier and Type Method Description static ProjectTypeEnumProjectTypeEnum. get(java.lang.String key)static ProjectTypeEnumProjectTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProjectTypeEnum[]ProjectTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.crowdar.driver with parameters of type ProjectTypeEnum Modifier and Type Method Description static voidDriverManager. initialize(ProjectTypeEnum projectType, SetupStrategy setupStrategy, java.net.URL driverHub, java.util.Map<java.lang.String,?> extraCapabilities) -
Uses of ProjectTypeEnum in com.crowdar.driver.setupStrategy
Methods in com.crowdar.driver.setupStrategy with parameters of type ProjectTypeEnum Modifier and Type Method Description voidNoneStrategy. beforeDriverStartSetup(ProjectTypeEnum configuration)voidSetupStrategy. beforeDriverStartSetup(ProjectTypeEnum configuration) -
Uses of ProjectTypeEnum in com.crowdar.driver.setupStrategy.web
Methods in com.crowdar.driver.setupStrategy.web with parameters of type ProjectTypeEnum Modifier and Type Method Description voidDownloadLatestStrategy. beforeDriverStartSetup(ProjectTypeEnum configuration)voidLocalWebExecutionStrategy. beforeDriverStartSetup(ProjectTypeEnum configuration)Deprecated.voidSeleniumGridStrategy. beforeDriverStartSetup(ProjectTypeEnum configuration)
-