Uses of Class
org.openqa.selenium.remote.RemoteWebDriverBuilder
Packages that use RemoteWebDriverBuilder
Package
Description
-
Uses of RemoteWebDriverBuilder in org.openqa.selenium.chrome
Methods in org.openqa.selenium.chrome that return RemoteWebDriverBuilder -
Uses of RemoteWebDriverBuilder in org.openqa.selenium.edge
Methods in org.openqa.selenium.edge that return RemoteWebDriverBuilder -
Uses of RemoteWebDriverBuilder in org.openqa.selenium.firefox
Methods in org.openqa.selenium.firefox that return RemoteWebDriverBuilder -
Uses of RemoteWebDriverBuilder in org.openqa.selenium.ie
Methods in org.openqa.selenium.ie that return RemoteWebDriverBuilder -
Uses of RemoteWebDriverBuilder in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return RemoteWebDriverBuilderModifier and TypeMethodDescriptionRemoteWebDriverBuilder.addAlternative
(Capabilities options) Add to the list of possible configurations that might be asked for.RemoteWebDriverBuilder.addMetadata
(String key, 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).Set the URI of the remote server.RemoteWebDriverBuilder.augmentUsing
(Augmenter augmenter) RemoteWebDriverBuilder.authenticateAs
(UsernameAndPassword usernameAndPassword) static RemoteWebDriverBuilder
RemoteWebDriver.builder()
RemoteWebDriverBuilder.config
(ClientConfig config) Allows precise control of theClientConfig
to use with remote instances.RemoteWebDriverBuilder.oneOf
(Capabilities maybeThis, 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.setCapability
(String capabilityName, Object value) Sets a capability for every single alternative when the session is created.RemoteWebDriverBuilder.withDriverService
(DriverService service) Use the givenDriverService
to set up the webdriver instance. -
Uses of RemoteWebDriverBuilder in org.openqa.selenium.safari
Methods in org.openqa.selenium.safari that return RemoteWebDriverBuilder