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 RemoteWebDriverBuilderRemoteWebDriverBuilder. addAlternative(org.openqa.selenium.Capabilities options)Add to the list of possible configurations that might be asked for.RemoteWebDriverBuilderRemoteWebDriverBuilder. 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).RemoteWebDriverBuilderRemoteWebDriverBuilder. address(java.lang.String uri)RemoteWebDriverBuilderRemoteWebDriverBuilder. address(java.net.URI uri)Set the URI of the remote server.RemoteWebDriverBuilderRemoteWebDriverBuilder. address(java.net.URL url)RemoteWebDriverBuilderRemoteWebDriverBuilder. augmentUsing(Augmenter augmenter)RemoteWebDriverBuilderRemoteWebDriverBuilder. authenticateAs(org.openqa.selenium.UsernameAndPassword usernameAndPassword)static RemoteWebDriverBuilderRemoteWebDriver. builder()RemoteWebDriverBuilderRemoteWebDriverBuilder. config(org.openqa.selenium.remote.http.ClientConfig config)Allows precise control of theClientConfigto use with remote instances.RemoteWebDriverBuilderRemoteWebDriverBuilder. 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.RemoteWebDriverBuilderRemoteWebDriverBuilder. setCapability(java.lang.String capabilityName, java.lang.Object value)Sets a capability for every single alternative when the session is created.RemoteWebDriverBuilderRemoteWebDriverBuilder. withDriverService(DriverService service)Use the givenDriverServiceto set up the webdriver instance.
-