Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with 3.4.0 NuGet Package #3984

Closed
madebymyles opened this issue May 6, 2017 · 1 comment
Closed

Issue with 3.4.0 NuGet Package #3984

madebymyles opened this issue May 6, 2017 · 1 comment

Comments

@madebymyles
Copy link

madebymyles commented May 6, 2017

Meta -

OS: Windows 10

Selenium Version: 3.4.0 NuGet Package

Browser: Chrome

Browser Version: 58

Expected Behavior -

The RemoteWebDriver instance should initialise with the NuGet 3.4.0 package.

Actual Behavior -

A null exception is returned: System.NullReferenceException : Object reference not set to an instance of an object.

Note: The below code works with older NuGet 3.x packages running against the 3.x Selenium Standalone Server .

Steps to reproduce -

In Visual Studio, open the NuGet Package Manger and download Selenium.Webdriver and Selenium.Support Version 3.4.0 NuGet packages.

Download selenium-server-standalone-3.4.0.jar and set up Selenium Grid locally.

Initialise RemoteWebDriver with the following snippet of code:

                var seleniumURL = "http://localhost:4444/wd/hub";
                var options = new ChromeOptions();

                return new RemoteWebDriver(seleniumURL, options.ToCapabilities());
@jimevans
Copy link
Member

jimevans commented May 7, 2017

Duplicate of #3808.

@jimevans jimevans closed this as completed May 7, 2017
@lock lock bot locked and limited conversation to collaborators Aug 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants