HaNdLoRdz 0 Posted July 20, 2014 hi, i want to changing tab (with same title name in mozzila), but my code not smoothly running. sometimes it work, but sometimes it will stuck n will not change the tab. between tab 1 n tab 2 have a same Wintitle name. can anyone help me?? func pindah() sleep(100) MouseMove(150,200,10) sleep(500) mouseclick("left",150,200,1) sleep(500) ;WinActivate("Mozilla") ; sleep(100) Send("{CTRLDOWN}") sleep(100) send("{TAB}") sleep (100) Send("{CTRLUP}") sleep(100) endfunc thx alot Share this post Link to post Share on other sites
Danp2 878 Posted July 20, 2014 This is FireFox? If so, there a UDF in the examples forum that should help you. 1 232showtime reacted to this [UDF] WebDriver Latest version Wiki FAQs Share this post Link to post Share on other sites
HaNdLoRdz 0 Posted July 20, 2014 @Danp2 i just give example in Mozzila, but it a same way right with IE,etc? Share this post Link to post Share on other sites
Danp2 878 Posted July 20, 2014 No. [UDF] WebDriver Latest version Wiki FAQs Share this post Link to post Share on other sites
junkew 393 Posted July 20, 2014 In the examples section iuiautomation its similar for all browsers FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Share this post Link to post Share on other sites