Hi,
I am doing POC on Salesforce application. When you login to Salesforce application it will send an OTP to your registered mobile number for security purpose.
I have bypassed this by adding my IP address in salesforce network access and also added the salesforce site my chrome browser’s trusted sites list.
Issue: When i ran the login testscript from katalon it again going to OTP step. I am thinking that Katalon is opening the new browser session by clearing all the user settings.
You’ll need to configure a desired capability that will add the site to your trusted sites list programmatically at runtime. I’ve written a guide on how to add capabilities here: