What are X, Y attributes in Application modeller?

Hi,

I just wanted to know about these two attributes, i.e. X, Y attributes in Application Modeller.
View attachment 1545030200333.png

When I working with HTML elements i.e. please refer below screenshots
View attachment 1545030277727.png
I wanted to get the ICSC and RE** values i.e CC30 and DD respectivly.
When I spied using HTML mode i got these values once i selected the X and Y attributes. For both the values it happened same. Is it good way to use X,Y attributies or will my code not work after some days? as of now its working fine.
 

sivagelli

Well-Known Member
X,Y Attributes represent the static co-ordinate position on the screen. Try using other attributes in combination like Ordinals, Class, title etc., to create finger print of the element. You can use Path attribute, but for heavy pages Path might become slow. If there are no other combinations working in favor, X,Y attributes would be the last resort, but with change in the screen size (Zoom) X, Y attributes might not yield good results.
 
Top