switch to next window in testcafe code example
Example: switch to window in testcafe
await t.switchToWindow(w => w.title === 'Example Domain' && w.url.host === 'example.com');
await t.switchToWindow(w => w.title === 'Example Domain' && w.url.host === 'example.com');