10-14-2013, 08:48 AM
On the QuickMacros top toolbar choose: Windows, controls > HTML element actions:
Then, follow the wizard, drag the aim to the "OK" button and choose the "Click" action.
The code should look a little like this:
Function teste
Where:
int w = is the window variable
Htm e = is the HTML element variable
e.click = is the click action on the HTML element
Then, follow the wizard, drag the aim to the "OK" button and choose the "Click" action.
The code should look a little like this:
Function teste
int w=wait(3 WV win("(...)" "IEFrame"))
Htm e=htm("OK" " " "" w "0" 144 0x21 3)
e.ClickWhere:
int w = is the window variable
Htm e = is the HTML element variable
e.click = is the click action on the HTML element
