hello,
i have a problem, i have an element exist activity, the selectors of the element exist activity have same propreties, only the title change. We have 5 differents titles and i used a list of tilte ( list (“cro”,“cr”,“happy”,“lu”). how can i use this list in the selector in order to catch if the element exist in this 5 cases. Thank you for helping
Welcome to community!
We can try looping a list it with for each and passing the item in the place of title attribute in selector !
Regards
hi,
thank you for your help!
i tried but it didn’t work!
i used a for each activity.
Can we have a screen of your workflow and the selector you re passing for element exists in uiexplorer?
Regards
I want to take the value of the title and compare it with item.
if true do the action if not nothing.
the problem that i cannot recupe the title value which is string
thank you for your help !
Write line: print item what value is showing.