Class AddCustomDriverCapabilities
java.lang.Object
net.serenitybdd.core.webdriver.driverproviders.AddCustomDriverCapabilities
public class AddCustomDriverCapabilities
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static AddCustomDriverCapabilitiesfrom(EnvironmentVariables environmentVariables)org.openqa.selenium.remote.DesiredCapabilitiesto(org.openqa.selenium.remote.DesiredCapabilities capabilities)AddCustomDriverCapabilitieswithTestDetails(SupportedWebDriver driver, TestOutcome testOutcome)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
withTestDetails
public AddCustomDriverCapabilities withTestDetails(SupportedWebDriver driver, TestOutcome testOutcome) -
from
-
to
public org.openqa.selenium.remote.DesiredCapabilities to(org.openqa.selenium.remote.DesiredCapabilities capabilities)
-