Skip to main content
Cadet | Tier 2
February 2, 2023
Question

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

  • February 2, 2023
  • 5 replies
  • 1049 views

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

Most Valuable Pathfinder
February 2, 2023

Hi @Rashmi.B2 

Did you try using Browser: Open command?

 

Chand
Most Valuable Pathfinder
February 2, 2023

Hi @Rashmi.B2 

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

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

 

Chand
Rashmi.B2Author
Cadet | Tier 2
February 2, 2023

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? 

Padmakumar
Premier Pathfinder | Tier 7
Premier Pathfinder | Tier 7
February 2, 2023

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.

Padmakumar
Most Valuable Pathfinder
February 2, 2023

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

 

Chand