Opening new browser tab for each Testsuite

Hi There,

I created several testsuites for my regression test. Each suite will provide a screenshot with the final result.

If i click on button ‘play all’, the suites will run in the same browser tab. I would like to run each suite in an own browser tab. So that I can easily see the results, instead of clicking/downloading the screenshot. It this possible?

greetings, S.

Possible! Please use

selectWindow | TAB=OPEN | https://newwebsiteURL.com

at the start of each macro. Then they run in their own tab.

See also selectWindow, select Window - Selenium IDE Commands Tutorial