'Facing issue while switching between windows using testcafe

I am able to switch from one window to 2nd window but not able to switch from 2nd window to 3rd window when all windows are open. testcafe not able to open 3rd window.getting this image enter image description here. while testcafe tries to open 3rd window from 2nd window. using this code for switching between windows:- const y=await ClientFunction(() => window.location.pathname)() await t.switchToWindow(f => f.url.pathname === y)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source