Technical support and scripting issues
Moderators: Dorian (MJT support), JRL
-
Paulo_05
- Newbie
- Posts: 4
- Joined: Thu Jul 09, 2009 1:27 am
Post
by Paulo_05 » Thu Jul 09, 2009 3:14 pm
Hi,
I am a newbie, so I'd like to ask what is the simplest solution if I need to activate among various programs running, a specific one, for example, an Internet explorer windows that has google at the title.
Thanks in advance!
-
gdyvig
- Automation Wizard
- Posts: 447
- Joined: Fri Jun 27, 2008 7:57 pm
- Location: Seattle, WA
Post
by gdyvig » Thu Jul 09, 2009 3:31 pm
SetFocus is the simplest way.
You may need to precede it a test to make sure it is still open, such as WaitWindowOpen.
Gale