10-14-2013, 06:31 AM
Greetings Friends,
I need to have the 'ok' button clicked for an error message that pops up from a website.
Kindly advise.
Macro temp
I need to have the 'ok' button clicked for an error message that pops up from a website.
Kindly advise.
Macro temp
;City
Htm e12=htm("INPUT" "ctl00_cphMain_txtCity" "" w "0" 39 0x121 3)
e12.SetText(place)
mes- "Go Ahead?" "Go Ahead?" "OC"
;Click Register Sale
Htm e13=htm("INPUT" "ctl00_cphMain_btnRegister" "" w "0" 50 0x121 3)
e13.Click
;Click 'OK' on email error message
int w3=wait(31 win("Message from webpage" "#32770"))
Best Regards,
Philip
Philip