imacros - VBScript -How to direct click on screen or click on the specific name button? -


I have created an immacross script to automate the work within a web browser:

 
set Iim1 = CreateObject ("imacros") for M = 1 to 80000 i = iim1.iimInit ("- i.e.", true, 1000) iret = iim1.iimInit () iret = iim1.iimSet ("line", set) M) iret = Iim1.iimPlay ("1", 1000) iret = iim1.iimExit () Next

I created this code for special work, but now I have some additional functionality Want to add When a specially named button is clicked, another click action should be performed on another defined x and y position - how can I use this program to use IMacro?


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -