I need idx value but I can’t get it like this picture
it is possible that I get attribute values except idx
Please Tell me why can’t get it …
I need idx value but I can’t get it like this picture
it is possible that I get attribute values except idx
Please Tell me why can’t get it …
Welcome to our UiPath Community.
Its weird. Can you please check with any other element once.
Hi,
Can you try the following?
test.Selector.GetTags().Last().GetAttributeValue("idx")
Regards,
idx is a dynamic attribute from UiPath, and not a native attribute of the object or element you are inspecting.
It is used as an identifier, for when your selector fits multiple objects, and it is then merely a counter. You will not be able to read it using any ‘getAttribute’ method.
wow! get it! thanks
Understand your reply and really help to me. thanks!!
Ok. I will try other element!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.