ContributionsMost RecentMost LikesSolutionsRe: Desktop Driver Key Board operations dont seem to work with swing. Hi Alex. I understand what you are saying. But how then can you tab to different parts with in your application if that is what is required? If you tab with in any known windows application it will tab to objects with in that application only. So what is the purpose of this code "driver.getDesktop().keys("[Tab]")" if it cant be used to tab around your application? Thanks. David. Is Test Left Going to be supported into the future. Is Test Left going to be supported into the future or is the plan to move completely over to Test Complete. Re: Desktop Driver Key Board operations dont seem to work with swing. Hi Alex. driver.getDesktop().keys("[Tab]") doesn't work at all in the java code regardless of swing or not. In other words the tab operation is not perfromed by driver.getDesktop().keys("[Tab]"), it does nothing. https://support.smartbear.com/testleft/docs/using/creating-tests/simulating-user-actions/keystrokes.html Regard. David. Desktop Driver Key Board operations dont seem to work with swing. Desktop Driver Key Board operations dont seem to work with swing. Trying driver.getDesktop().keys("[Tab]") operation while in a text box but nothing happens. Solved