My requirement is to open the URL on Firefox browser. But here the issue is “User app/Browser” activity opening the multiple tab for same URL in loop. curser is not moving to next set of avtivity even if browser with URL open successfully.
Or Try like - use open browser activity to open the url in firefox and save the browser output. then use attach browser with that output to work in the same window. this stops multiple tabs from opening and lets the process move forward.
Your activity’s open property is set to open always. Please keep it as ifnotopen. In this case, it’s is checked if browser with same url is already open, it it is, then new one is not opened.
Another approach is to open url outside the loop once and save its output element(browser element) then use that as input element in further use application/browser activity. In this one also, please ensure open property is ifnotopen.