Jmeter remote connection is successful and result obtained for localhost but not for remote IP. As ui load testing i have configure the remote ip in my webdriver code also
ChromeOptions options = new ChromeOptions();
options.addArguments("--remote-debugging-port=1099", "--allow-running-insecure-content");
options.addArguments("--whitelisted-ips=192.333.10.333");
in code also i am not getting error Remote connection is successful but result not gained. Any help jmeter log - INFO o.a.j.e.DistributedRunner: Remote engines have been started:[192.333.10.333, 127.0.0.1]