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

@@ -111,7 +111,7 @@ export const getElementInformation = async (
console.log(`Element innerText: ${elementInfo.innerText}`);
}
}
return elementInfo;
} catch (error) {
const { message, stack } = error as Error;