mirror of
https://github.com/ershisan99/scrape-icp.git
synced 2025-12-16 20:59:30 +00:00
update base image
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user