but in the Get Attribute activity, I can’t retrieve this value. Is there any activity to get this idx value, or is it okay to get the full selector value and then use regex to extract the value? If so, is there any activity to get the selector value? Please help me.
Actually, my requirement is to select the checkbox according to the dynamic date.
Based on the date, I need to select the checkbox, but unfortunately, I can’t use the For Each UI Element activity. Therefore, I thought of using an activity to get the date selector. From that idx value, I can mark the checkbox using another click activity.
Example:
I am using one Click or Find Element activity to select the date by passing the date variable. From this selector, if I can extract the idx value, then I can mark the checkbox.