Skip to main content
Question

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

  • February 2, 2023
  • 5 replies
  • 934 views

Forum|alt.badge.img+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

Forum|alt.badge.img+22
  • Most Valuable Pathfinder
  • 2692 replies
  • February 2, 2023

Hi @Rashmi.B2 

Did you try using Browser: Open command?

 


Forum|alt.badge.img+22
  • Most Valuable Pathfinder
  • 2692 replies
  • 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>>

 


Forum|alt.badge.img+1
  • Author
  • Cadet | Tier 2
  • 1 reply
  • 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
Forum|alt.badge.img+15
  • Premier Pathfinder | Tier 7
  • 1159 replies
  • 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.


Forum|alt.badge.img+22
  • Most Valuable Pathfinder
  • 2692 replies
  • 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