cancel
Showing results for 
Search instead for 
Did you mean: 

some times Spy elements not highlighting after refresh the page

NarasimhaPeddir
Level 3
Hi,   I am trying to spy the element in my application, but some places the elements are not highlighting or not finding the element some times when the page refresh happens. So each and most of times I need to identify the elements again and again.  Can some one let me know is there any way to avoid this?   Thanking you in advance. Narasimha Reddy P  
2 REPLIES 2

MelissaSuarez_G
Level 6
This happens if the elements on the page are generated dynamically. Try playing around with the attributes of the spied elements in the application modeler. For example, if you are trying to find a label, a good combination could be ticking the ""Value"", ""Title"", ""Tag Name"" and ""Class Name"".

NarasimhaPeddir
Level 3
Thank you Melissa for your response.  I tried with the above combination already, but value will change dynamically. Tag name and class name wont't change. Lots of places Title is empty where I am facing the issue with.