Forum Discussion
Try using the Point and Fix option in Object Spy to capture the tooltip and post a screenshot of it here.
Earlier screen shots also taken using Object spy_Point and Fix only. but I have taken again to double check.
Please find them as attachment
- Marsha_R7 years agoModerator
That helps but I think there are some more pages of the ObjectSpy results that you can show us.
- AshokKumarSahoo7 years agoContributor
techgirlbbIt seems from your application screen ,you need to find the original object which is questionmarkicon/image object.
try to use like 'objicon.alt' or' objicon.title' to get tooltip text message.
To identify the image/icon object try to use objpanel.childcount/objpanel.children.length/objpanel.childnodes.count etc to get total child object from the panel object. or you could use objpanel.getelementbyclassname("class name of icon/imag") or unique id of icon to get the exact required object.Once yo u found your exact required object try use 'alt' or 'title' property to read tooltip text message.
Thanks,
Ashok
Related Content
- 11 years ago
- 13 years ago
- 7 years ago
- 5 years ago
Recent Discussions
- 19 hours ago