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:
- In the NuGet website
- In the zip file from Neotys Labs
The zip file includes Selenium version 3.0.1.
- To configure the project with DLLs from NuGet
- Open the project.
- Open the Solution Explorer.
- Find the References node in the project tree.
- Click right and choose Manage NuGet Packages....
- In the Search field, type: "neotys selenium".
- Select dependency name: "NeoLoadSeleniumWrapper".
- Click the Install button.
- To configure the project with DLLs from the NeoLoad installation directory
- Open the project.
- Open the Solution Explorer.
- Find the References node in the project tree.
- Right click and choose Add Reference.
- Click on Browse then Browse....
- 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.
- Click OK.
Home