some times Spy elements not highlighting after refresh the page
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-02-18 02:54 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-18 01:44 AM
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"".
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-18 11:31 AM
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.
