diff --git a/src/index.ts b/src/index.ts index 41e6d5a..6054538 100644 --- a/src/index.ts +++ b/src/index.ts @@ -42,8 +42,8 @@ bot.start(async (ctx) => { ) }) const step1 = async (page: Page) => { - await page.goto(url) console.log('step 1', url, JSON.stringify(page)) + await page.goto(url) await sendScreenshot(bot, page, 'step 1') } const step2 = async (page: Page) => {