Unanswered question

Selenium Neoload Integration not executing the scripts on LGs

For Selenium Neoload Integration to execute the scripts on LGs a remote connection is required. Where can I find the docuentation to configure the remote execution of Selenium scripts in the LGs?

The selenium test scripts run without any problem in the LC localhost.

Below is the script I am using for driver instantiation

String filepath = customResourcesNLPathNL +"chromedriver.exe";
final File file = new File(customResourcesNLPathNL +"chromedriver.exe");

System.setProperty("webdriver.chrome.driver", file.getAbsolutePath());

final ChromeDriver webDriver = new ChromeDriver(addProxyCapabilitiesIfNecessary(new DesiredCapabilities()));

driver = NLWebDriverFactory.newNLWebDriver(webDriver, userPath, projectPath);

Rahul N.
Rahul N.

Rahul N.

Level
0
7 / 100
points

No answers