feat: use maxun-core

This commit is contained in:
karishmas6
2024-07-31 21:10:25 +05:30
parent 99ba2629cf
commit 0ee54bf1f0
3 changed files with 237 additions and 1 deletions

View File

@@ -271,6 +271,7 @@ const handleChangeUrl = async (generator: WorkflowGenerator, page: Page, url: st
try {
await page.goto(url);
logger.log('debug', `Went to ${url}`);
console.log(`Went to ${url}`)
} catch (e) {
const { message } = e as Error;
logger.log('error', message);