Chrome TAB
Moderators: JRL, Dorian (MJT support)
Chrome TAB
Is there any way to focus or open a chrome tab?
- Dorian (MJT support)
- Automation Wizard
- Posts: 1414
- Joined: Sun Nov 03, 2002 3:19 am
Re: Chrome TAB
Yes, depending on what you want to do, some of these options might help :
SetFocus an existing tab :
SetFocus using a wildcard :
Open a new tab (use n instead of t to open a new window) :
Or simply open this URL in your default browser :
SetFocus an existing tab :
Code: Select all
SetFocus>Google - Google Chrome
Code: Select all
SetFocus>Google*
Code: Select all
SetFocus>Google Chrome*
press ctrl
send>t
release ctrl
Code: Select all
ExecuteFile>http://www.google.com
Re: Chrome TAB
Thanks. What's wrong here?
https://www.screencast.com/t/3HyrIe6x
https://www.screencast.com/t/szZ1bu3KAFq
https://www.screencast.com/t/3HyrIe6x
https://www.screencast.com/t/szZ1bu3KAFq
- Dorian (MJT support)
- Automation Wizard
- Posts: 1414
- Joined: Sun Nov 03, 2002 3:19 am
Re: Chrome TAB
This article might help, but in addition could it be a timing issue? In other words, is the script looking for the window slightly before it actually exists?
Tools/View System Windows will help you troubleshoot.
Tools/View System Windows will help you troubleshoot.
Re: Chrome TAB
Not working yet.
- Dorian (MJT support)
- Automation Wizard
- Posts: 1414
- Joined: Sun Nov 03, 2002 3:19 am
Re: Chrome TAB
Still the same error? What have you tried? Can you post a screenshot of the tab open in Chrome?
Have you tried identifying the window/tab by dragging the crosshair to it, as per this video?
Have you tried identifying the window/tab by dragging the crosshair to it, as per this video?
Re: Chrome TAB
Solved using image recognition
- Dorian (MJT support)
- Automation Wizard
- Posts: 1414
- Joined: Sun Nov 03, 2002 3:19 am
Re: Chrome TAB
Thank you. It was much easier once we received your video and were able to give specific advice relating to it.