Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Web Page Child Object - Close
#1
Greetings,

I am having trouble getting a web page pop-up to close.
It looks like a child accessible object and works on 'test' mode.
However does not work when the program runs in total.
I have included part of the program here and the codes between 'Does not work is were the trouble seems to be.

Macro RO Sales gDN
Code:
Copy      Help
,int w6=wait(30 WC win("view_policy_details - Windows Internet Explorer" "IEFrame"))
,
,;Click 'OK'
,Htm e19=htm("INPUT" "btnNext" "" w6 "0" 2 0x121 3)
,e19.Click
,
,
,;;Does not Work
,int w5=wait(30 WV win("Client Details - Windows Internet Explorer" "IEFrame"))
,Acc a.Find(w5 "PUSHBUTTON" "Cancel" "class=DirectUIHWND" 0x1005 30)
,a.Mouse(1)
,
,clo w5
,;;Does Not Work
,
,;;clo win("Client Details - Windows Internet Explorer" "IEFrame")
,
,;activate excel, change executed record VIN to red colour and save file
,act w1
,'L(#10); 0.12   ;; Left(*10)
,lef 331 105 w1 1 ;;property page 'Ribbon', split button 'Font Color'
,es.Save
,
Best Regards,
Philip


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)