How to download a file with Playwright?
I'm aware of this question How to catch a download with playwright? but that example code does not work. Using the latest released Playwright, there is no 'pageTarget' function on the browser instance:
const client = await browser.pageTarget(page).createCDPSession();