How to open a web browser in a same window with a different Tab

Hi

I have started practicing web Automation. I have create sample web process in Google Chrome/IE and when I run, it opens different session of Chrome/IE browser. I want it to run on same existing web browser in different Tab. How can it be Achieved.

@manyu5101, For instance, you can simulate hotkeys “Ctrl + T” and this will open a new tab in the same window.

2 Likes

I would add - Attach browser to get an open browser followed by @MGMKLML s comment

@kaderms Agree :slight_smile: Or use Open Browser if there’s a need to open several tabs upon opening a browser when it’s not opened.

1 Like

@manyu5101 Hi I am using below Step

  1. Attach Existing Browser using “Attach browser”
  2. Send Hotkey "Ctrl + t " to open a new tab
  3. Attach Newly opened tab using “Attach browser” Activity in the same browser
  4. Use the “Navigate” Activity to search the URL.