Rodger Nadal
Rodger Nadal

Reputation: 309

Not getting Selenium Webdriver in Result Window of Nuget Package Manager under References Section in Visual Studio

I have recently installed Visual Studio 2017 Enterprise RC Edition from VS Website.

  1. I have to work on C# Selenium for that I created a class under File New Project.
  2. Under References, choose Manage Nugget Package Option and search for Selenium. No Results are shown
  3. Go to Tools<
  4. Search Selenium under Online Section. Hence I am only showing Single Result with Selenium and that too is not Selenium Webdriver option.

Hence I am not able to install the Selenium and Specflow IDE through this Process.

Please help me with Proper Solution and tell me where I am making mistakes.

enter image description here

Please see the image link for details.

Upvotes: 2

Views: 3290

Answers (1)

CodingYoshi
CodingYoshi

Reputation: 27049

Make sure you have NuGet added as one of the package sources. Do this:

Tools > Options > Nuget Package Manager > Package Sources

If https://www.nuget.org/api/v2 is not there then click the plus button and add it as shown below:

enter image description here

Upvotes: 4

Related Questions