screenshot when blocked

This commit is contained in:
2022-10-05 11:57:58 +02:00
parent 38ccbad3ea
commit 957991c811
2 changed files with 2 additions and 3 deletions
+1
View File
@@ -85,6 +85,7 @@ class GeoCaptchaSolver {
}
)
} else {
await this.device.screenshot({path: crypto.randomUUID() + '.png'});
await this.resetBrowser()
onResult(false)
}