This commit is contained in:
TheNetsky
2023-10-19 22:09:05 +02:00
parent 2366a3dd7f
commit e195f973cd
15 changed files with 81 additions and 34 deletions

View File

@@ -62,7 +62,7 @@ export async function tryDismissBingCookieBanner(page: Page): Promise<void> {
}
}
export async function getLatestTab(page: Page) {
export async function getLatestTab(page: Page): Promise<Page> {
try {
await wait(500)