I am using Find Element to acquire a UiPath.Core.Element object and want to pull the value href from the html of the button. There might be a better way but I am not finding it yet. Any thoughts?
RPA_Challenge.zip (190.9 KB)
The section I am working starts just inside the Open Browser Activity.
If anybody needs an example here is the final file.
RPA_Challenge2.zip (4.4 KB)
Check with this activity -
UiPath.Core.Activities.GetAttribute Retrieves the value of a specified attribute of a UI element. If you want to find out if an element is enabled or not, please use this activity or the Wait Attribute one, coupled with the aastate attribute, for...
Regards,
Karthik Byggari
2 Likes
Thank you that worked perfectly! I added the final project to the thread in case anybody else needs the same.
1 Like
system
(system)
Closed
July 20, 2019, 1:40pm
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.