+

Search Tips   |   Advanced Search


Configure the Selenium C# project

The NeoLoad C# Selenium Wrapper is compatible with .NET Framework version 4.0 and above.

In a Visual Studio project, it is necessary to include the DLLs files available either:

  1. Open the project.
  2. Open the Solution Explorer.
  3. Find the References node in the project tree.
  4. Click right and choose Manage NuGet Packages....
  5. In the Search field, type: "neotys selenium".
  6. Select dependency name: "NeoLoadSeleniumWrapper".
  7. Click the Install button.

  1. Open the project.
  2. Open the Solution Explorer.
  3. Find the References node in the project tree.
  4. Right click and choose Add Reference.
  5. Click on Browse then Browse....
  6. Locate and choose the Neotys Design API DLL file: NeoLoadSelenium.dll

    Note: Make sure the NeoLoadSelenium.xml file is in the same directory to allow method descriptions when calling API methods.

  7. Click OK.


Home