Uses of Class
org.openqa.selenium.remote.RemoteWebDriverBuilder
-
Packages that use RemoteWebDriverBuilder Package Description org.openqa.selenium.remote -
-
Uses of RemoteWebDriverBuilder in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return RemoteWebDriverBuilder Modifier and Type Method Description RemoteWebDriverBuilder
RemoteWebDriverBuilder. addAlternative(org.openqa.selenium.Capabilities options)
Add to the list of possible configurations that might be asked for.RemoteWebDriverBuilder
RemoteWebDriverBuilder. addMetadata(java.lang.String key, java.lang.Object value)
Adds metadata to the outgoing new session request, which can be used by intermediary of end nodes for any purpose they choose (commonly, this is used to request additional features from cloud providers, such as video recordings or to set the timezone or screen size).RemoteWebDriverBuilder
RemoteWebDriverBuilder. address(java.lang.String uri)
RemoteWebDriverBuilder
RemoteWebDriverBuilder. address(java.net.URI uri)
Set the URI of the remote server.RemoteWebDriverBuilder
RemoteWebDriverBuilder. address(java.net.URL url)
RemoteWebDriverBuilder
RemoteWebDriverBuilder. augmentUsing(Augmenter augmenter)
RemoteWebDriverBuilder
RemoteWebDriverBuilder. authenticateAs(org.openqa.selenium.UsernameAndPassword usernameAndPassword)
static RemoteWebDriverBuilder
RemoteWebDriver. builder()
RemoteWebDriverBuilder
RemoteWebDriverBuilder. config(org.openqa.selenium.remote.http.ClientConfig config)
Allows precise control of theClientConfig
to use with remote instances.RemoteWebDriverBuilder
RemoteWebDriverBuilder. oneOf(org.openqa.selenium.Capabilities maybeThis, org.openqa.selenium.Capabilities... orOneOfThese)
Clears the current set of alternative browsers and instead sets the list of possible choices to the arguments given to this method.RemoteWebDriverBuilder
RemoteWebDriverBuilder. setCapability(java.lang.String capabilityName, java.lang.Object value)
Sets a capability for every single alternative when the session is created.RemoteWebDriverBuilder
RemoteWebDriverBuilder. withDriverService(DriverService service)
Use the givenDriverService
to set up the webdriver instance.
-