I have a list of invoices need to download from this website.
I use click activities to click the invoices to download the file.
however, when it loop for next invoices, it can’t click it because in workflow it shows the previous invoices number.
@tmiqmal
For Each invoice in InvoicesList
Attach Browser
Click Activity (using dynamic selectors)
Delay Before Click
wild cards on attribute
End Attach Browser
End For Each
When indicating the element check the strict selector and uncheck the fuzzy selector and image in selector option window.
After indicating, go back to studio and open the properties of click activity and expand the Target option and open Strict selector and open Ui Explorer, find the attribute which has invoice number change the value with *(means wildcard) and validate the selector.