Jump to content

Help...about changing tab in mozzila,etc


Recommended Posts

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

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...