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 ?
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)
There is “Use application/Browser” Activity in the modern activities, by using that you dont need to use open browser/attach window activities seperately.