Question

How to use 'Open Program/File' action to launch a URL in the same chrome tab?

  • 2 February 2023
  • 5 replies
  • 320 views

Badge +1

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?

 


5 replies

Userlevel 5
Badge +11

Hi @Rashmi.B2 

Did you try using Browser: Open command?

 

Userlevel 5
Badge +11

Hi @Rashmi.B2 

If you want to use Open File program command checkout below solution,

In the parameters add “-new-tab <<Website>>

 

Badge +1

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? 

Userlevel 7
Badge +13

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.

Userlevel 5
Badge +11

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.

Checkout below links to know more

Link 1

Link 2

 

Reply