Open
Description
It would be nice to be able to use Selenium Grid via Selenium WebDriver's RemoteWebDriver(Uri remoteAddress, ICapabilities desiredCapabilities).
We run our tests using remote Selenium Grids. So, our development environments have local SeGrids to make sure that we design our tests with parallel runs in mind. It appears that the current .WithRemoteWebDriver only implements Selenium WebDriver's RemoteWebDriver(ICapabilities desiredCapabilities).
Thanks