Open browser or Attach browser?

Hi All,

Order Applicaiton browser currently being opened using open browser activity it has authentication need to be done for login using authenticator app sometimes if the user press authentication after 10 seconds automation is failing. shoud i be using attach browser and give timeout in milliseconds to 20s to cater this scenario ?

Hello @Sathish_Ashokan

Attach Browser: Attach Browser activity
Selector: Use the appropriate selector to identify the Order Application browser window
TimeoutMS: 20000 // Set this to allow 20 seconds for the browser to be attached

Type Into: Type Into activity (for entering credentials)
Click: Click activity (to trigger authentication)

Thanks & Cheers!!!

Hi @Sathish_Ashokan

Yes you can use the attach browser for this scenario.

Hope it helps!!

There is “Use application/Browser” Activity in the modern activities, by using that you dont need to use open browser/attach window activities seperately.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.