Uses of Enum Class
com.shaft.driver.DriverFactory.DriverType
Packages that use DriverFactory.DriverType
- 
Uses of DriverFactory.DriverType in com.shaft.driver
Methods in com.shaft.driver that return DriverFactory.DriverTypeModifier and TypeMethodDescriptionstatic DriverFactory.DriverTypeReturns the enum constant of this class with the specified name.static DriverFactory.DriverType[]DriverFactory.DriverType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.shaft.driver with parameters of type DriverFactory.DriverTypeModifier and TypeMethodDescriptionDriverFactory.getHelper(DriverFactory.DriverType driverType) Creates a new Selenium WebDriver instance with custom driver typeDriverFactory.getHelper(DriverFactory.DriverType driverType, org.openqa.selenium.MutableCapabilities customDriverOptions) Creates a new Selenium WebDriver instance with custom driver type and optionsConstructors in com.shaft.driver with parameters of type DriverFactory.DriverTypeModifierConstructorDescriptionWebDriver(DriverFactory.DriverType driverType) WebDriver(DriverFactory.DriverType driverType, org.openqa.selenium.MutableCapabilities mutableCapabilities)  - 
Uses of DriverFactory.DriverType in com.shaft.driver.internal.DriverFactory
Methods in com.shaft.driver.internal.DriverFactory with parameters of type DriverFactory.DriverTypeModifier and TypeMethodDescriptionvoidDriverFactoryHelper.initializeDriver(@NonNull DriverFactory.DriverType driverType) voidDriverFactoryHelper.initializeDriver(@NonNull DriverFactory.DriverType driverType, org.openqa.selenium.MutableCapabilities customDriverOptions)