Dear Community,
is there a possibility to catch information from this pop up?
There are several rows which look like that and i would like to do that for all of them.
There is a short delay till this black box is showing up.
I already collected the data on the left side of the black box for each row.
When you try to select the text from that pop -up and UiPath recognises that text , then it will be the same as you are getting the text on left side.
If studio doesnât recognize that text, then try in IE browser which is very easy to capture the text from pop-upâs or, read the entire text on the screen and then do string manipulations @a_kay
I just saw that the information i need is in here
html app=âchrome.exeâ title=âPlaceholderâ />
webctrl aaname=âBO123 12:40Ahmed K**** und 1 *** AlAhmed *â parentid=âmainâ tag=âAâ />
so i need the information of aaname for every row on this website how can i manage that?
it is in aaname
Thank you very much
Use Get Attribute activity, in that use âaanameâ. So that you can retrieve the value you want.
In case of table form of data, try to find tableRow attribute in the selectors & try to include it. So that you can dynamically change the tableRow attribute to get the data.
(refer the example - I am trying to read the 2nd row (Open) value, I got tableRow attribute in my selector)