How to use 'Open Program/File' action to launch a URL in the same chrome tab?
I am using the 'Open Program/File' action to launch a website. One webpage is already open in the chrome, and I want to launch a new one in the same tab. I have entered the path of chrome.exe in the Location field and the URL in the Parameters field. What parameter should I add to launch the URL in the the same chrome tab?
Page 1 / 1
Hi @Rashmi.B2
Did you try using Browser: Open command?
Hi @Rashmi.B2
If you want to use Open File program command checkout below solution,
In the parameters add “-new-tab <<Website>>
Hi @Rashmi.B2
If you want to use Open File program command checkout below solution,
In the parameters add “-new-tab <<Website>>
Thanks, How do i open in the same tab?
Hi @Rashmi.B2 ,
Through the approach which you're trying now, you will be able to open the link only on a new tab in Chrome but not on the existing one.
If you need to achieve this, you can either use the Browser → Open action and choose the Existing Tab option within it or can use Java Script.
Hi @Rashmi.B2
If you want to use Open File program command checkout below solution,
In the parameters add “-new-tab <<Website>>
Thanks, How do i open in the same tab?
Hi @Rashmi.B2
Checkout my First screenshot using Browser: Open command » Existing tab you can achieve this or using any programing languages which you are comfortable.