How to handle opening a new tab in your Playwright test
Playwright already shows you how to handle the 2 most common new tab scenarios:
You know the user action that results in the new tab
You don’t know how it will be opened, but you know to expect a new tab
You’ll notice the description above the c...
thesocialqa.hashnode.dev2 min read