How to open a UI action in a sub tab instead of new window, While executing ATF Test steps My UI Action is opening a new tab every time I'm getting Max Tab reached error popup, is there any way to close the tabs on which operation have been performed

RISHI RAJ
Tera Contributor

While using "Open an exsisting record" it opening new tab instead of sub tabs on Agent Workspace and there are multiple tabs are opened during the execution and after certain execution I'm geeting popup stating that Max Tab Reached(10 Tabs are)opened, Attachment have been added for reference. Is there anyway to close the tabs which are no longer needed by adding some test step, or opening the respective record in sub tabs of agent workspace, I tried closing tab manually but when I do so during execution window the execution get holds back instead of proceeding it gives execution failed after 1 step performd after closing of tab. Any help will be appereciated.

1 ACCEPTED SOLUTION

Aman Kumar S
Kilo Patron

@RISHI RAJ 

Update this system property "sn_agent_workspace.max_tabs":

find_real_file.png

 

Feel free to mark correct, If I answered your query.

Will be helpful for future visitors looking for similar questions 🙂

 

Best Regards
Aman Kumar

View solution in original post

2 REPLIES 2

Aman Kumar S
Kilo Patron

@RISHI RAJ 

Update this system property "sn_agent_workspace.max_tabs":

find_real_file.png

 

Feel free to mark correct, If I answered your query.

Will be helpful for future visitors looking for similar questions 🙂

 

Best Regards
Aman Kumar

RISHI RAJ
Tera Contributor

@Aman Kumar Thanks for your response. The solution provided by you worked.