How do I get control information on a WPFObject that is only exposed when the mouse hovers over it?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2016
09:01 AM
07-08-2016
09:01 AM
How do I get control information on a WPFObject that is only exposed when the mouse hovers over it?
The WPFObject is a Telerik created object and has a ClrFullClassName of Telerik.Windows.Controls.GridView.GridViewGroupPanelItem. What I need programmatic access to is the 'x' that is only displayed when the mouse cursor hovers over the object.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2016
01:36 AM
07-12-2016
01:36 AM
Hi,
I suppose you can explore an object using the "Point to the object and fix" feature of the Object Spy.
When you have all required properties and methods, you will be able to write the script, which works with this object. To active this object during the test, most probably you will need to use the HoverMouse Action.
I hope this helps.
Regards,
Yuriy Peshekhonov
Customer Care Engineer
Yuriy Peshekhonov
Customer Care Engineer
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2016
06:33 AM
07-18-2016
06:33 AM
Thanks, but that didn't provide me with what I was looking for.
