debug: full-page button scan, modal heading, real progress, validation errors; bump max steps to 20

This commit is contained in:
2026-03-06 17:43:03 +00:00
parent b79e9d0b9c
commit 33c50178f4
2 changed files with 13 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ export const LINKEDIN_SUBMIT_SELECTOR = 'button[aria-label="Submit application"]
export const LINKEDIN_NEXT_SELECTOR = 'button[aria-label="Continue to next step"]';
export const LINKEDIN_REVIEW_SELECTOR = 'button[aria-label="Review your application"]';
export const LINKEDIN_DISMISS_SELECTOR = 'button[aria-label="Dismiss"]';
export const LINKEDIN_MAX_MODAL_STEPS = 12;
export const LINKEDIN_MAX_MODAL_STEPS = 20;
// --- Wellfound ---
export const WELLFOUND_BASE = 'https://wellfound.com';