How to handle mutilple tabs

Hi
I have tab A, tab B, tab c
brower need to open all the three urls
it must go to tab b and fetch data
go to tab A and click on element- but here I am getting exception. Its not going for tab A

Each tab will have separate title… please use title name in the selector. It will automatically select the tab.

@KarthikBallary

Use Attach Browser Activity and indicate tabs. Based on Title attribute in the selector it will work.

1 Like

The following overload groups are configured: Find Browser, Use Browser. Only one overload group should have its arguments configured.
I am geeting this error msg

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