How To Send Tab (VK9) to Minimized IE Window?

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
NickD
Pro Scripter
Posts: 58
Joined: Fri Sep 23, 2016 2:17 pm

How To Send Tab (VK9) to Minimized IE Window?

Post by NickD » Sun Oct 14, 2018 8:44 pm

The following ObjectSendKeys code was generated by the wizard, but does not seem to work.
Could anyone provide any advise as to why it's failing to tab through form fields?

Code: Select all

  IESetTimeout>10,ie_res
  IECreate>IE[0]
  WindowAction>1,Internet Explorer*

  IENavigate>%IE[0]%,https://www.google.co.uk/,ie_res
  IEWaitDocumentComplete>%IE[0]%,ie_res

  GetWindowHandle>Internet Explorer*,hWndParent
  FindObject>hWndParent,Internet Explorer_Server,,1,hWnd,X1,Y1,X2,Y2,result
  ObjectSendKeys>hWnd,VK9

NickD
Pro Scripter
Posts: 58
Joined: Fri Sep 23, 2016 2:17 pm

Re: How To Send Tab (VK9) to Minimized IE Window?

Post by NickD » Sun Oct 14, 2018 11:24 pm

Nevermind, web object so no handle to target..

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts