Uses of Class
com.shaft.driver.internal.DriverFactory.DriverFactoryHelper
Packages that use DriverFactoryHelper
Package
Description
- 
Uses of DriverFactoryHelper in com.shaft.driver
Methods in com.shaft.driver that return DriverFactoryHelperModifier and TypeMethodDescriptionDriverFactory.getHelper()Read the target Selenium WebDriver value from the execution.properties fileDriverFactory.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 optionsDriverFactory.getHelper(org.openqa.selenium.WebDriver driver) Attaches the Engine to an already up and running selenium webdriver instance - 
Uses of DriverFactoryHelper in com.shaft.driver.internal
Methods in com.shaft.driver.internal with parameters of type DriverFactoryHelperModifier and TypeMethodDescriptionvoidFluentWebDriverAction.initialize(DriverFactoryHelper helper) Constructors in com.shaft.driver.internal with parameters of type DriverFactoryHelperModifierConstructorDescription - 
Uses of DriverFactoryHelper in com.shaft.driver.internal.DriverFactory
Methods in com.shaft.driver.internal.DriverFactory that return DriverFactoryHelperModifier and TypeMethodDescriptionstatic DriverFactoryHelperBrowserStackHelper.getBrowserStackDriver(org.openqa.selenium.MutableCapabilities browserStackOptions) Creates a new Selenium WebDriver instance using BrowserStack, use this to test Native Mobile apps over BrowserStackstatic DriverFactoryHelperLambdaTestHelper.getLambdaTestDriver(org.openqa.selenium.MutableCapabilities lambdaTestOptions) Creates a new Selenium WebDriver instance using lambdaTest, use this to test Native Mobile apps over lambdaTest - 
Uses of DriverFactoryHelper in com.shaft.gui.browser
Constructors in com.shaft.gui.browser with parameters of type DriverFactoryHelper - 
Uses of DriverFactoryHelper in com.shaft.gui.element
Constructors in com.shaft.gui.element with parameters of type DriverFactoryHelperModifierConstructorDescriptionAlertActions(DriverFactoryHelper helper) ElementActions(DriverFactoryHelper helper) TouchActions(DriverFactoryHelper helper)  - 
Uses of DriverFactoryHelper in com.shaft.gui.element.internal
Constructors in com.shaft.gui.element.internal with parameters of type DriverFactoryHelper