Forum Discussion

randall's avatar
randall
Contributor
8 years ago

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

  • YuriPeshekhonov's avatar
    YuriPeshekhonov
    SmartBear Alumni (Retired)

    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.

    • randall's avatar
      randall
      Contributor

      Thanks, but that didn't provide me with what I was looking for.