A customer has a WPF with a context menu, which opens via a right click. When Test Studio goes to click on the recorded menu item, it actually clicks in the top left corner of the application instead. I tested simple context menus in a small WPF app and find they work as expected. There's something special with this particular customers WPF application. I found that GetRectangle for the target element returns -infinity, -infinity, infinity, infinity i.e. we're not getting valid coordinates for the target element for some reason. Repro steps will be added to the internal problem report.