Dear
Can anyone share useful topic for using web controls in UiPath or explain the same?
As an example i want to click on one of the tags below #, flag, english expression….
How to set that using uipth?
From website :
Thanks in advance
Dear
Can anyone share useful topic for using web controls in UiPath or explain the same?
As an example i want to click on one of the tags below #, flag, english expression….
How to set that using uipth?
From website :
Thanks in advance
Hi
We can use a normal CLICK activity inside a loop to access each tag one by one
And inside the click activity replace the dynamic attribute selector which looks incrementing with a variable
Inside the loop increment that variable
Or are we facing any issue in accessing that tag with a click activity
Cheers @hsendel
Hello @lojyehuang , Seems you miss one step before arriving to this one , My issue is how to click on # at the beginning of each line,
not clicking on that one :
Along with the parent selector following should work
<webctrl aaname='#2267597' parentid='main_content' tag='A' />
also have a look on following:
Dears, Seems it’s working with : webctrl idx=‘1’ parentid=‘translation_2267597_’ tag=‘DIV’ ", let me check the rest of items using for each loop to conclude.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.