I need to handle tab switch in my test.
The scenario look like this:
- search for inventory
- get list of inventory
- select the inventory (this will open a new tab)
I need to handle the new tab to continue the test.
Is the testcafe can handle switch tab in the same browser window?