Merge branch 'develop' into all-record

This commit is contained in:
Karishma Shukla
2025-04-30 19:39:00 +05:30
committed by GitHub
8 changed files with 120 additions and 41 deletions

View File

@@ -93,7 +93,7 @@ async function resetBrowserState(browser: RemoteBrowser): Promise<boolean> {
}
// Navigate to blank page to reset state
await currentPage.goto('about:blank');
await currentPage.goto('about:blank', { waitUntil: 'networkidle', timeout: 10000 });
// Clear browser storage
await currentPage.evaluate(() => {