markitus 0 Posted August 18, 2010 (edited) Hi there, I don't know if what I'm going to ask is viable. I'm a supernewbie in AutoIt, so still have many doubts about how it works. Well, I'm trying to automatically test an existing application with its own GUI. My script simply runs an exe application, which opens the GUI. Then I want to select a Tab item automatically.Let's say I have the following tab items : products / orders / offers Is there any way to make the script set the focus on a given tab item based on its name?thanks in advance! Edited August 18, 2010 by markitus Share this post Link to post Share on other sites
kaotkbliss 146 Posted August 19, 2010 You may be able to try _GUICtrlTab_ClickTab But it may only work on AutoIt created GUIs If that is the case, then you can try using controlclick getting the info you need from the window info tool supplied with AutoIt. 010101000110100001101001011100110010000001101001011100110010000001101101011110010010000001110011011010010110011100100001My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueekWe're gonna need another Timmy! Share this post Link to post Share on other sites
somdcomputerguy 103 Posted August 19, 2010 I used the 'controlclick method' in one of my scripts, and it works fine. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Share this post Link to post Share on other sites