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..
endif
but that is not good idea
[ autoit ]
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
but that is not good idea
![:(](http://aut1.autoit-cdn.com/forum/public/style_emoticons/default/sad.png)