I have multiple hyperlinks with the following html.
href=’…/Admin/Support/ViewPDFInvoice.aspx?invoiceId=12508537’ parentid=‘content’ tag=‘A’ />
I don’t know the InvoiceID. So I cannot use it to click the hyperlink.
I need to click one out of these multiple hyperlinks.
How to do this? Can we use anchors?