Class AppiumDriverProvider
java.lang.Object
net.serenitybdd.core.webdriver.driverproviders.AppiumDriverProvider
- All Implemented Interfaces:
DriverProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.WebDriver
newDriverUsingManagedAppiumServers
(String options, EnvironmentVariables environmentVariables) org.openqa.selenium.WebDriver
newInstance
(String options, EnvironmentVariables environmentVariables) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.serenitybdd.core.webdriver.driverproviders.DriverProvider
capabilitiesToProperties, isDriverAutomaticallyDownloaded, newInstance
-
Constructor Details
-
AppiumDriverProvider
-
-
Method Details
-
newInstance
public org.openqa.selenium.WebDriver newInstance(String options, EnvironmentVariables environmentVariables) - Specified by:
newInstance
in interfaceDriverProvider
-
newDriverUsingManagedAppiumServers
public org.openqa.selenium.WebDriver newDriverUsingManagedAppiumServers(String options, EnvironmentVariables environmentVariables)
-