Jump to content

Send ctrl +r untill exist


Recommended Posts

Hello, i would like to get some help, i wanted to do script which sending ctrl +r until page named "Mixxx - The Virtual DJ" exist, so i tried this..

WinActivate("Firefox")
    endif
sleep(7000)
    if not WinExists("Mixxx - The Virtual DJ") Then
    Send( "^r" ) 
    Send("{ENTER}")
   Send("{ENTER}")
 EndIf
sleep(6500)
          if not WinExists("Mixxx - The Virtual DJ") Then
    Send( "^r" ) 
     Send("{ENTER}")
   Send("{ENTER}")
 EndIf
       Sleep(6000)
    if WinExists("Mixxx - The Virtual DJ") Then

endif

but that is not good idea :(

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...