diff --git a/lib/automations.ts b/lib/automations.ts index 8324ca0..46f1dd9 100644 --- a/lib/automations.ts +++ b/lib/automations.ts @@ -156,7 +156,7 @@ export const FIRMS: Firm[] = [ { action: 'repeat', timesFrom: 'count', steps: [ // one purchase — the steps you already have - { action: 'click', selector: 'button.reset_btn', label: 'Reset Account' }, + { action: 'click', selector: '.status-failed button.reset_btn', label: 'Reset Account' }, { action: 'waitFor', selector: "div.captcha-solver[data-state='ready']", timeoutSeconds: 30, label: 'Wait for the solver' }, { action: 'click', selector: 'div.captcha-solver[data-state="ready"]'}, { action: 'waitFor', selector: "div.captcha-solver[data-state='solved']", timeoutSeconds: 120, label: 'Wait for the challenge' },