Hi Techii,
I got stuck on a UI issue.
In this image, there are 6 divs. All divs are placed in an iframe.
Tab Modve, I tried but it’s not working. All dic have the same ID.
Could you please guide me on how to handle this one?
Hi Techii,
I got stuck on a UI issue.
In this image, there are 6 divs. All divs are placed in an iframe.
Tab Modve, I tried but it’s not working. All dic have the same ID.
Could you please guide me on how to handle this one?
What does it give you as a selector when you indicate the element you want? Also, I don’t think DIVs can all have the same id in HTML. Your screenshot doesn’t show ID. It looks like they have no ID. But it doesn’t matter, UiPath isn’t digging down layer by layer, it’s just looking for an object that matches the selector at all levels.
Again, what does UiPath give you as a selector when you indicate the element you want?
Is the element you want always going to have Proceeding Name in the innertext property? If so, you can use innertext=‘Proceeding Name*’ as your selector instead of the parentid and tabindex.