Last week, we added the ability to open new, clean tabs and expanded support for default browsers.

Open new tab

  • Added a new command to open a new browser tab (see https://testrigor.com/docs/language#openNewTab). Once the tab is opened it becomes the new active tab; you can use the switch command to go back to the previous tab. 
  • Added a new command to close the current browser tab (see https://testrigor.com/docs/language#closeTab). Once the tab is closed the previous one will become the active tab. If the current tab is the only one open, it won't be closed because it is the one the test is running inside of.

Windows

  • Added the ability to make Windows the default OS to run tests on. Simply delete the default browser (Chrome/Ubuntu) in Settings - Multiple browsers, and select the OS and browser of your preference.