Can you try below code.
let frame = page.frameLocator("//iframe"); const iframeContent = await frame.locator(':root').evaluate(el => el.outerHTML);