wpf-automation

UI Automation on Custom Control: Need to use CTRL+TAB (tab focuses on first object)

I have a custom control that is derived from ListView. This list view uses a GridView with two columns (each templated appropriately): one column is the caption (just a label) and the other column is the control. When used, it looks like this: <l:CoolList> <TextBox l:CoolList.Caption="Name" Text={Binding Name} /> <TextBox l:C...

Unable To Cast Window to WPFWindows

I am using white for the wpf automation testing .. when I use Application.getWindow() it returns me Core.UIItems.WindowItems.window . but when I try to cast it to Core.UIItems.WindowItems.WPFWindow on runtime it "Unable to cast exception" is thrown. though WPFWindow inherits Window this fails... Help me.... Thanks in advance... ...