laurasest
(Laura Sestafe Silvestre)
October 26, 2022, 7:58am
1
Hello all,
I have an object repository that uses Chrome and I have to change it to Firefox. I have change all the descriptors of the screens, but the elements of each screen still have app=‘chrome.exe’ in the windows selector.
Is there a way to change it all? Because there are many, many objects in this UI library.
Thank you!
Gokul001
(Gokul Balaji)
October 26, 2022, 8:00am
2
Hi @laurasest
I don’t think so we can able to do that. You have to do all the change for all the activities
Regards
Gokul
HI @laurasest
I also think that is not possible , you need to change the selector for each and every activities.
Dynamic way
Assign a variable with value like
App_var = chrome.exe
App_var = Firefox.exe
If you want chrome give chrome in your assign if you want firefox use firefox
Then place that variable in the attribute
app = ’ " + App_var + " ’
Similarly for Firefox
Regards
Sudharsan
laurasest
(Laura Sestafe Silvestre)
October 26, 2022, 10:57am
4
Hi!
Thank you so much, guys.
It would be an amazing improvement to implement a massive app change though, because it is quite basic and a huge amount of not valuable work.
system
(system)
Closed
October 29, 2022, 10:58am
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.