Hello!
I wasn’t able to find anything on this anywhere; Does anyone know if there’s a way to store or extract the selector information from a click activity?
I am clicking on an email from outlook to access a link within. But I need the subject of the email that gets clicked on to ensure the correct email gets moved later in the workflow.
If you use the Find Element activity, then you can store the output as a UiElement variable.
Later, you want to retrieve the properties of that element, you can use the Get Attribute activity. And instead of providing a Selector, you can provide UiElement variable to the Target → Element property. Then provide the attribute name you want to retrieve, such as “aaname” or other property.