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
Thank you that worked perfectly! I added the final project to the thread in case anybody else needs the same.