I encountered the following issue while experimenting on adding Playwright support to an existing project that has been using chrome-mink-driver: If the web page opens a clicked link in a new window/tab, the new window remains unknown for the driver. The getWindowName() and getWindowNames() methods only return the initial window name, and of course switching between the windows doesn't work either.
I encountered the following issue while experimenting on adding Playwright support to an existing project that has been using chrome-mink-driver: If the web page opens a clicked link in a new window/tab, the new window remains unknown for the driver. The
getWindowName()andgetWindowNames()methods only return the initial window name, and of course switching between the windows doesn't work either.