How to open links in two diffrent browsers?
Moderators: Dorian (MJT support), JRL
How to open links in two diffrent browsers?
Hi all!
I need open some links in Google Chrome and some links in Microsoft Edge.
Main browser - Google Chrome. All links open automatically there.
I tried:
ExecuteFile>https://www.amazon.com/,Microsoft Edge
It's not working. Macros opens link in Google Chrome.
I need open some links in Google Chrome and some links in Microsoft Edge.
Main browser - Google Chrome. All links open automatically there.
I tried:
ExecuteFile>https://www.amazon.com/,Microsoft Edge
It's not working. Macros opens link in Google Chrome.
- Grovkillen
- Automation Wizard
- Posts: 1128
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
Re: How to open links in two diffrent browsers?
Use a command line switch together with the Run> command.
Code: Select all
start microsoft-edge:http://www.cnn.com
Re: How to open links in two diffrent browsers?
...
Last edited by Alina on Sun Jul 04, 2021 5:54 pm, edited 1 time in total.
Re: How to open links in two diffrent browsers?
Thank you so much!
These are two working versions:
These are two working versions:
Code: Select all
RunProgram>C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe http://www.cnn.com
RunProgram>cmd /C start microsoft-edge:http://www.cnn.com
Re: How to open links in two diffrent browsers?
...
Last edited by Alina on Sun Jul 04, 2021 5:55 pm, edited 1 time in total.
Re: How to open links in two diffrent browsers?
...
Last edited by Alina on Sun Jul 04, 2021 5:55 pm, edited 1 time in total.
Re: How to open links in two diffrent browsers?
...
Last edited by Alina on Sun Jul 04, 2021 5:55 pm, edited 1 time in total.
Re: How to open links in two diffrent browsers?
Thank you so much!
These are two working versions:
These are two working versions:
Code: Select all
RunProgram>C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe http://www.cnn.com
RunProgram>cmd /C start microsoft-edge:http://www.cnn.com
- Dorian (MJT support)
- Automation Wizard
- Posts: 1378
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
Re: How to open links in two diffrent browsers?
The first is the method I use.Alina wrote: ↑Sun Jul 04, 2021 4:56 pmThank you so much!
These are two working versions:Code: Select all
RunProgram>C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe http://www.cnn.com RunProgram>cmd /C start microsoft-edge:http://www.cnn.com
Code: Select all
RunProgram>C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe https://www.website.com
Yes, we have a Custom Scripting Service. Message me or go here