I want to fullPage screenshot in webpage used frame.
ex.) https://www.quackit.com/html/templates/download/preview.cfm?template=../frames/css_frames/frames_2_column_left_menu.cfm
I wrote this code, but playwright can take a part of page screenshot.
await page.screenshot({ path: 'screenshot.png',fullPage: true });
Can I take a fullpage screenshot in this page?

I want to fullPage screenshot in webpage used frame.
ex.) https://www.quackit.com/html/templates/download/preview.cfm?template=../frames/css_frames/frames_2_column_left_menu.cfm
I wrote this code, but playwright can take a part of page screenshot.
Can I take a fullpage screenshot in this page?