how can we get the browser type as a list (Chrome,IE,Firefox,Edge) to open a browser? without user inputting the value?
use open browser activity!
@Spoorthi_Chintala1
In property panel of the open browser activity u can select the browser type as u wish
Cheers buddy
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
here
@Spoorthi_Chintala1
cheers
can we pass multiple browser types at a time …i mean like a list ?
one after the other??
in a loop??
if so, yes you can pass in a loop!
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
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
@Pradeep_Shiv
Thanks
am able to open only chrome browser with this can u please suggest me how can we get it from dropdown
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
it’s working completely fine for me, so you can check your workflow once!
@Spoorthi_Chintala1
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.