Java client

Set the mode

There are 3 modes to use our wrapper:

NoApi: This is the default mode. In this mode, there is no interaction with NeoLoad.

Design: a User Path is automatically created or updated through the Design API.

EndUserExperience: Selenium time measurements are sent to NeoLoad through the Data Exchange API.

To set the mode

Use the nl.selenium.proxy.mode property.

The property needs to be passed as a program argument, or within the source code. Example:

System.Environment.SetEnvironmentVariable("nl.selenium.proxy.mode", "Design");

System.Environment.SetEnvironmentVariable("nl.selenium.proxy.mode", "EndUserExperience");