fix: pass chatbot attachments to Selenium claim worker and add missing re import

- Add `import re` to all Selenium workers that use re.search() for claim number extraction
- Pass uploadedFiles to onHandleForMHSeleniumClaim so attachments reach the MH website
- Save chatbot pending files in check-and-claim and batch-check-and-claim flows

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-28 23:30:28 -04:00
parent e1fe4862d5
commit 31505af72d
10 changed files with 11 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ from selenium.webdriver.support import expected_conditions as EC
from webdriver_manager.chrome import ChromeDriverManager
import time
import os
import re
import base64
from ddma_browser_manager import get_browser_manager