Open new tab in already opened window after performing some operations

Hello

My requirement is:

  1. open the IE with specific url say www.google.com
  2. fetch some data
  3. do some operations on some other application- say excel
  4. open the same browser and open new tab with some other url say www.facebook.com

I am done with the three steps mentioned above. But struck in 4th step.

If you are getting the same window kill the window which is already opened and try to open new window

Hi Purvi

You can use send hotkey activity (ctrl + t) to open a new tab in the browser.

@Purvi 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.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.