I am using Get Attribute to get the href value of link. The link is dynamic in nature for every transaction . I have taken the link name in variable. but Get Attribute is giving null value for href. The yellow highlighted is my href link.
The return value is same for all the elements. Since its dynamic it should return different values. I have taken aaname as variable still it gives the same href value. Here my opportunity name is dynamic which i kept in a variable but i am not getting dynamic variable
The only difference I could find is aaname and title =Quotenumber which I took variable. Attached the selectors in notepad. I could see rest all is same except aaname and title =Quotenumber
Check what are the differences if the casing is different or spaces for casing use case sensitive in selector…if spaces or others thing we cna use regex or * in selector to avoid them