Try this XPath: //a[@id = 'unique-id']/@href. This XPath will select href attribute of a element with attribute id = unique-id
Try this XPath: //a[@id = 'unique-id']/@href. This XPath will select href attribute of a element with attribute id = unique-id