How to handle multiple popups opened simultaneously in Playwright Automation using typescript

708 views Asked by At

I After clicking one control from dialog box I m getting a popup but there is already a popup behind the dialog box. I want to verify the newly opened popup message but control is taking the message of existing opened popup rather than new one. Can someone help me with how to handle that?

0

There are 0 answers