Selenium Dental Insurance Automation Fix
Budget: $15 – $25 USD
I already have a Selenium-based app running on a Linux server that logs in to several dental-insurance portals, pre-fills member ID and DOB from our backend, and then saves the resulting page. Everything works except one stubborn site that insists on sending an SMS OTP each time the session starts.
Here’s what I need next:
• Teach the portal to “remember” the device in a way that mimics normal browser behaviour so the SMS OTP is not requested on every visit.
(I don't mind inputting OTP once to selenium by myself)
• After a successful login, capture the resulting page exactly as a standard PDF, store it, and programmatically extract the key patient fields we already use elsewhere.
All code must run and remain inside the existing Python/Selenium stack, and play nicely with the database structure we already have.
I can provide:
• Current login script
• Test credentials for the insurance portal
Here’s what I need next:
• Teach the portal to “remember” the device in a way that mimics normal browser behaviour so the SMS OTP is not requested on every visit.
(I don't mind inputting OTP once to selenium by myself)
• After a successful login, capture the resulting page exactly as a standard PDF, store it, and programmatically extract the key patient fields we already use elsewhere.
All code must run and remain inside the existing Python/Selenium stack, and play nicely with the database structure we already have.
I can provide:
• Current login script
• Test credentials for the insurance portal