Hi!
I try to save the value of a atributte, but i do not know how
I use a Get element.nm activity with a xpath like this:
xpath: “div/div[last()]”
The element i can find it, and i can retrive de value in the “Item” variable, that is not the problem. What i need is save an attribute of the Div, is an pn_id=“1234”, and the number always change, so every time that i ask for the last child that number change.
there are any way to save that value, of that attibute, to a variable to compare later?