Help me disable this sso login page that comes everytime the loop runs and opens browser as it is making the execution too slow

Here in screenshot you can see open browser activity inside for each loop which has over 1000 rows and evertime it goes to the sso login page as shown
Help me disable this sso login page that comes everytime the loop runs and opens browser as it is making the execution too slow

@Gaurav07

  1. Outside for each row use open browser activity in output property create variable (chrome_session)

  2. Inside for each row use attach browser in attach browser inside input property there is Browser here pass variable created in open browser (chrome_session)

Can you please explain this solution ?? what and how this will do??

I was thinking if there is a way somewhere in internet explorer settings we can disable the sso login

@Gaurav07

1)Use Open browser activity and do the login part
2)Use for each row and inside the for each row use attach browser as explained here

I am using Internet explorer

@Gaurav07 You can use any browser

This is just variable in the browser