### Result
{"url":"https://t.me/qingdaosigmachannel/16","captured_at":"2026-09-21T23:44:40.632Z","frames":[{"url":"https://t.me/qingdaosigmachannel/16","text":"DOWNLOAD\nCONTEXT\nEMBED\nVIEW IN CHANNEL"},{"url":"https://t.me/qingdaosigmachannel/16?embed=1&mode=tme","text":"Qingdao Sigma Chemical (QSC) channel\nReminder ⚠️⚠️\n\nQSC have no website for orders\nQSC don't use any social media to take orders such as tiktok etc..\nQSC don't take manual orders in telegram, it's only via the bot: @OrdersQSCbot\nIf anyone claims otherwise, he is trying to scam you. It's strictly here in telegram, via the bot, no other way.\n\nDon't get scammed !\n❤\n435\n👍\n132\n🫡\n96\n❤‍🔥\n46\nt.me/qingdaosigmachannel\n/16\n22.1K\nviews\nedited  \nSep 15 at 22:01"}]}
### Ran Playwright code
```js
await (async(page)=>{await page.setViewportSize({width:1280,height:1100});await page.screenshot({path:"output/playwright/qsc-article-evidence/qsc-warning.png"});const frames=[];for(const f of page.frames()){frames.push({url:f.url(),text:await f.locator("body").innerText().catch(()=>"")});}return {url:page.url(),captured_at:new Date().toISOString(),frames};})(page);
```
