Start the Selenium scripts
The User Experience scripts of Selenium are started by NeoLoad via the Java Test Script advanced action.
For more information about the Java Test Script advanced action, please refer to the Java Test Script Launchers documentation.
The following configuration is required:
- JRE is the path to the Java Runtime Environment executable on the Load Generator
- Attribute arg1 must be: -jar
- Attribute arg2 must contain the path of the JAR file that was exported, either its absolute path or the path relative to the custom-resources folder in the NeoLoad project: ${NL-CustomResources}/myjar.jar
- Attribute arg3 must contain the mode -Dnl.selenium.proxy.mode=EndUserExperience
- Attribute arg4 must contain the mode -Dnl.data.exchange.url=http://192.168.1.6:7400/DataExchange/v1/Service.svc/
Home