can reset browser

This commit is contained in:
2022-10-05 10:58:24 +02:00
parent 57df041a0e
commit 38ccbad3ea
2 changed files with 35 additions and 19 deletions
+1 -1
View File
@@ -331,7 +331,7 @@ class CommandorPage {
if (audioBtn) {
log("audioBtn found")
audioBtn.click()
let captchaSolver = new GeoCaptchaSolver(this.page)
let captchaSolver = new GeoCaptchaSolver(this.page, this.device)
await captchaSolver.solve((isSuccessful) => {
if (!isSuccessful) {
this.isTerminated = true