TestStack / White

DEPRECATED - no longer actively maintained
Other
1.02k stars 485 forks source link

How to get active control information while perform <TAB> button #650

Open dharmendraQA opened 5 years ago

dharmendraQA commented 5 years ago

Hi, We are using white to automate WPF application. We need to verify the active control while each TAB action.

Please suggest

Thanks Dharmendra

kirankumar123456 commented 5 years ago

Hi All,

Even I am also facing the issue, when we move to the control using TAB Key using below code Keyboard.PressSpecialKey(TestStack.White.WindowsAPI.KeyboardInput.SpecialKeys.TAB); unable to get that active element details using White Automation suite, Can any one help us here