can reset browser
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user