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.
Use the nl.selenium.proxy.mode
property.
The property needs to be passed as a VM option or a program argument.
Examples: -Dnl.selenium.proxy.mode=Design
or -Dnl.selenium.proxy.mode=EndUserExperience
.