Class BrowserStackHelper
java.lang.Object
com.shaft.driver.internal.DriverFactory.BrowserStackHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DriverFactoryHelper
getBrowserStackDriver
(org.openqa.selenium.MutableCapabilities browserStackOptions) Creates a new Selenium WebDriver instance using BrowserStack, use this to test Native Mobile apps over BrowserStack
-
Constructor Details
-
BrowserStackHelper
public BrowserStackHelper()
-
-
Method Details
-
getBrowserStackDriver
public static DriverFactoryHelper getBrowserStackDriver(org.openqa.selenium.MutableCapabilities browserStackOptions) Creates a new Selenium WebDriver instance using BrowserStack, use this to test Native Mobile apps over BrowserStack- Parameters:
browserStackOptions
- custom browserstack options to be merged with the default in the browserStack.properties file- Returns:
- a new Selenium WebDriver instance using BrowserStack
-