This commit is contained in:
Kurt Hutten Irev-Dev
2024-06-07 19:05:39 +10:00
parent 121e563a17
commit 576fa5f257
2 changed files with 22 additions and 1 deletions

View File

@ -354,6 +354,7 @@ export async function getUtils(page: Page) {
resolve(locator)
return
}
await page.waitForTimeout(100)
}
throw new Error('Element not found')
})