Hi,
Try using the WebTable DocumentType and identify them based on their row,column numbers and use the ChildItem property to set the object and click on them.
Or if you are very much sure that the href property values are not going to change use the identification property href and regularize the expression as
^.*ANNUAL\nSUMMARIES\nAND\nYEARLY\nTAX\nFORMS.*
^.*ASSET\nTRANSFER\/401\nNOTIFICATIONS.* so on...
If you find any other alternative let me know too
Thanks
Try using the WebTable DocumentType and identify them based on their row,column numbers and use the ChildItem property to set the object and click on them.
Or if you are very much sure that the href property values are not going to change use the identification property href and regularize the expression as
^.*ANNUAL\nSUMMARIES\nAND\nYEARLY\nTAX\nFORMS.*
^.*ASSET\nTRANSFER\/401\nNOTIFICATIONS.* so on...
If you find any other alternative let me know too

Thanks

