Uses of Class
com.shaft.driver.internal.DriverFactory.DriverFactoryHelper
Package
Description
-
Uses of DriverFactoryHelper in com.shaft.driver
Modifier 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
Modifier and TypeMethodDescriptionvoid
FluentWebDriverAction.initialize
(DriverFactoryHelper helper) ModifierConstructorDescription -
Uses of DriverFactoryHelper in com.shaft.driver.internal.DriverFactory
Modifier and TypeMethodDescriptionstatic DriverFactoryHelper
BrowserStackHelper.getBrowserStackDriver
(org.openqa.selenium.MutableCapabilities browserStackOptions) Creates a new Selenium WebDriver instance using BrowserStack, use this to test Native Mobile apps over BrowserStackstatic DriverFactoryHelper
LambdaTestHelper.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
-
Uses of DriverFactoryHelper in com.shaft.gui.element
ModifierConstructorDescriptionAlertActions
(DriverFactoryHelper helper) ElementActions
(DriverFactoryHelper helper) TouchActions
(DriverFactoryHelper helper) -
Uses of DriverFactoryHelper in com.shaft.gui.element.internal
-
Uses of DriverFactoryHelper in com.shaft.gui.waits