Browser types as list

how can we get the browser type as a list (Chrome,IE,Firefox,Edge) to open a browser? without user inputting the value?

1 Like

use open browser activity!
@Spoorthi_Chintala1

1 Like

In property panel of the open browser activity u can select the browser type as u wish
Cheers buddy :grinning:

1 Like

In Browser type am passing browser as a variable ,how can we select the browser types while running the scripts ?not manually as u said .

you can pass your browser variable like this yourBrowserVariable.BrowserName in image
here

@Spoorthi_Chintala1
cheers

1 Like

can we pass multiple browser types at a time …i mean like a list ?

1 Like

one after the other??
in a loop??
if so, yes you can pass in a loop!

@Spoorthi_Chintala1

1 Like

can u please suggest me how
can i pass in a loop?

well, you can do this
Assign a variable like chromeVar(BrowserType) = BrowserType.Chrome
like this and create as many and put it in array of string and use this arrayVar to loop through the types of browsers!
Cheers
@Spoorthi_Chintala1

1 Like

Sequence.xaml (7.2 KB) \

Created a sample workflow as per your requirement just run this workflow once and let me know is this what you are looking for.

Cheers
@Spoorthi_Chintala1
Happy learning

2 Likes

@Pradeep_Shiv
Thanks
am able to open only chrome browser with this can u please suggest me how can we get it from dropdown

1 Like

it’s working fine for me actually!
can you share your screen?

huh, do onething make sure you have enabled all your web extensions!
@Spoorthi_Chintala1

its already there …because other browsers works fine when i call them in other scripts

1 Like

it’s working completely fine for me, so you can check your workflow once!
@Spoorthi_Chintala1

@Pradeep_Shiv

Hey this actually works fine now.

Thanks.

1 Like

great!
close the thread by marking it as a soultion!
cheers
@Spoorthi_Chintala1

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