How to send a Send Keys for Open new browser of Internet Explorer?
tavitooo
![]()
- Joined: Jul 27, 2011
- Posts: 12
I know that Control + T is for open a new browser, but how I can use it with WinAutomation? I try to use with the comand "Send Keys" and then click on button "Insert Modifier" but it dont work, please I need some help.
Sorry for my bad english I speak spanish.
Thank you so much people! :)
Have a nice day.
Gustavo
I need to know it because I want to open a webpage and then login with a username and password and then enter to this website.
Thanks
tavitooo
![]()
- Joined: Jul 27, 2011
- Posts: 12
I put this code on command "Send Keys": {CONTROL}({T})
its dont work!! :(
Or I need to do put first the focus on internet explorer?
ChrisK
![]()
- Joined: Dec 30, 2010
- Posts: 95
Try the attached file, I put wait for window to open before performing another action. I tried it without the wait for window to open and it worked as well.
I am not sure why your having problems :(
Samantha
![]()
- Joined: Apr 23, 2010
- Posts: 2329
tavitooo
![]()
- Joined: Jul 27, 2011
- Posts: 12
Thanks so much now is working Samanatha