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).static RemoteWebDriverBuilderRemoteWebDriver. builder()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.String value)Sets a capability for every single alternative when the session is created.RemoteWebDriverBuilderRemoteWebDriverBuilder. url(java.lang.String url)RemoteWebDriverBuilderRemoteWebDriverBuilder. url(java.net.URL url)Set the URL of the remote server.RemoteWebDriverBuilderRemoteWebDriverBuilder. withDriverService(DriverService service)Use the givenDriverServiceto set up the webdriver instance.
-