I'm pretty new to macros and am trying to collect data from different browsers. I have three browsers open and need to move from one to another and get data from them. I can get the data with no problem and I seem to be able to move from IE to NS to FF and from NS to FF and back again. However I don't seem to be able to move from NS or FF back to IE
The browsers are all open and maximised. I start on IE and get the data I want, I do a SetFocus to go to NS and I get the data from that one. I do another SetFocus to go to FF and get the data there. I then want to go back to IE. I do a SetFocus and it appears to focus on the IE window but does not bring it to the front, so I can't see if it's getting what I want from it.
Anyone know how to I could do this successfully?
On IE
SetFocus to NS - moves it to the front successfully
SetFocus to FF - moves it to the front successfully
SetFocus to IE - appears to set the focus to IE, as FF is not the active window anymore, but does not move IE to the front of the other two browsers.
Thanks.
Activating Windows and SetFocus
Moderators: JRL, Dorian (MJT support)
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Not a Macro Scheduler solution directly, but....
Instead of jumping between multiple browsers, Is it possible to stay in Firefox, using multiple tabs?.
There are also extensions for FF to use with those pages that MUST only use MSIE. Now you could move between tabs in one single browser, vs. having three browsers open.
You can also have all three tabs defined as a group, and only need to open a single group icon to have all three tabs loaded.......
Instead of jumping between multiple browsers, Is it possible to stay in Firefox, using multiple tabs?.
There are also extensions for FF to use with those pages that MUST only use MSIE. Now you could move between tabs in one single browser, vs. having three browsers open.
You can also have all three tabs defined as a group, and only need to open a single group icon to have all three tabs loaded.......
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!