What is browser variables?

Can provide 1 or 2 examples what can be type here?
browser variables

Hi!

have a view on this properties

Regards,
NaNi

Hi @Wong_Chee_Mun

Welcome to UiPath Forum.

The below topic will definitely give you an idea on how to use it and where to use it

Hope this will be helpful. Thank you.

While using the Open Brower you will this as a output (Type: Browser)

and use the same variable in NavigateTo activity as a browser input.

image

Thank you.

1 Like

Hi @Wong_Chee_Mun

Welcome to Uipath Forum
Here browser variable is returned by the activity
Store the Output in the Variable Uipath.core.Browser

  1. Attach browser Activity
  2. Navigate To
  3. Variable panel

Regards
Gokul

Hi,

I think it’s useful when use Invoke Workflow file. If we pass Browser instance, same browser-tab is always used in both caller and callee. The following is simple example.

Caller

Callee

Hope this helps you,

Regards,

1 Like

Thanks, in the end I use this way.
Just curious what else can be type there.

So this field only for this purpose?
Any other way to use this Browser variable?

Hi,

So this field only for this purpose?
Any other way to use this Browser variable?

There are some activities which has Browser type input such as AttachBrowser, CloseTab, GoBack, GoForward, GoHome, NavigateTo and RefreshBrowser, as the following.

img20211221-2

These activities can manipulate target browser (tab) even outside OpenBrowser /Attach Browser activity container if use Browser instance. (in same workflow or other workflow such as the above sample.)

Regards,

1 Like

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