public class RemoteDriver extends Object
| Constructor and Description |
|---|
RemoteDriver() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebDriver |
createDriver(String hubURL,
org.openqa.selenium.remote.DesiredCapabilities capabilities)
Creates a
WebDriver instance used for running the test remotely. |
public org.openqa.selenium.WebDriver createDriver(String hubURL, org.openqa.selenium.remote.DesiredCapabilities capabilities) throws Exception
WebDriver instance used for running the test remotely.hubURL - address of the test hubcapabilities - the type of browser neededException - when browser startup has failed for any reason on every
initialization attempt (default amount of attempts: 5, final
attempt throws)Copyright © 2012-2025 Vaadin Ltd. All Rights Reserved.