Difference between attach browser and attach window?

difference between attach browser and attach window?

1 Like

@arivu96
Attach browser enables u to attach browser which is already opened and performs actions on it

Attach window enables u to attach window which is already opened and performs actions on it

3 Likes

Hi @arivu96,

Attach Browser - Only Limited to attaching Browsers

1.> Allows you to attach the active Window on the browser Internet Explorer, Mozilla Firefox and Chrome. and perform action on it.

2.> Attach Browser does not work with attaching Desktop Applications like paint , calculator as it throws error.
Reason - Attach Browser supports 3 browser types - IE , Chrome and Firefox.

Attach Window - Attaching Browsers ,Desktop Windows , Windows in Citrix Env as well

1.> Allows you to attach the active Window on the browser Internet Explorer, Mozilla Firefox and Chrome. and perform action on it.

2.> Attach Windows does work with Windows Applications like Paint , Calculator and other desktop apps.

3.> It works well, when you are working on Citrix Environment as well , that is why when u click, hover, type into or perform other activities in Citrix environment , it will be inside Attach Window Activity.

15 Likes

Thanks

This is first result on the search engine.

Can you please also tell me if I can use the Click On activity inside a Attach Window activity and use Browser like Selector in the Click On activity instead of CursorPosition?

(I am trying to spawn browser from different user credentials and then trying to get the Browser object in the Attach browser activity but that is not working.)

thanks :slight_smile: