We are using NLWebDriver for integrating our Selenium Framework with Neoload for automated scripting.
Our framework executes multiple Selenium scripts(Neoload userPath) in a batch. As of now only during creating driver we can set userpath name:
NLWebDriverFactory.newNLWebDriver(driver,"userPath", "projectPath");
But as we reuse the same driver instance for all execution, we will like to set different userPath name during the batch execution.
How can we do that..?