Cambiar a la ventana en TestCafe

await t.switchToWindow(w => w.title === 'Example Domain' && w.url.host === 'example.com');
Annoyed Anteater