Environment variable that defines the session ID of an existing WebDriver session to use when creating clients. If set, all new Builder instances will default to creating clients that use this session. To create a new session, use {@code #useExistingSession(boolean)}. The use of this environment variable requires that {@link webdriver.AbstractBuilder.SERVER_URL_ENV} also be set.
The current desired capabilities for this builder.
string
The URL of the WebDriver server this instance is configured to use.
string
The ID of the session, if any, this builder is configured to reuse.
Configures which WebDriver server should be used for new sessions. Overrides the value loaded from the {@link webdriver.AbstractBuilder.SERVER_URL_ENV} upon creation of this instance.
URL of the server to use.
This Builder instance for chain calling.
Configures the builder to create a client that will use an existing WebDriver session.
The existing session ID to use.
This Builder instance for chain calling.
Sets the desired capabilities when requesting a new session. This will overwrite any previously set desired capabilities.
The desired capabilities for a new session.
This Builder instance for chain calling.