Commit graph

14 commits

Author SHA1 Message Date
d33b6c4226 new errorlisting 2025-12-16 13:51:25 +01:00
d39453d688 add error 2025-12-15 17:25:51 +01:00
4845d5d0dc add errorrate 2025-12-15 17:04:14 +01:00
9dee262fbf logging 2025-12-15 15:39:08 +01:00
2b16e52a53 Fix HOWOGE: iterate selectors to find visible submit button 2025-12-09 14:36:24 +01:00
f0a21bd5f4 Fix Gewobag: use Wohnungshelden iframe like Degewo
- Gewobag has Wohnungshelden iframe embedded on listing page
- Navigate directly to iframe URL
- Fill form fields: firstName, lastName, email, phone-number
- Submit button: 'Anfrage versenden'
2025-12-09 14:30:44 +01:00
180666c781 Fix Stadt und Land: embedded form with two-step submit
- Form is embedded directly on page (no iframe)
- Fields: name, surname, street, houseNo, postalCode, city, phone, email
- Checkboxes: privacy, provision
- Step 1: Click 'Eingaben prüfen' to validate
- Step 2: Click 'Absenden' to submit
2025-12-09 14:24:19 +01:00
9b322d72ca Fix HOWOGE: handle multi-step form with checkboxes and Weiter buttons
- HOWOGE form has 3-4 steps with checkboxes before form fields appear
- Each step: click visible checkbox, then click Weiter button
- Use JavaScript click for checkboxes (avoids viewport issues)
- Form fields: firstName, lastName, email
- Submit button: 'Anfrage senden'
2025-12-09 14:14:25 +01:00
4039fb64b7 fix: only mark applications as success when actually submitted
- HOWOGE: require confirmation message (erfolgreich/gesendet/danke)
- Gewobag/Gesobau/WBM: mark as not implemented (page opened but not submitted)
2025-12-09 12:13:42 +01:00
7cf713d567 fix: HOWOGE scroll down and click checkboxes before filling form 2025-12-09 12:00:40 +01:00
d03740ca20 fix: HOWOGE scroll down and click checkboxes before filling form 2025-12-09 12:00:02 +01:00
d6108ef762 fix: Stadt und Land now uses Wohnungshelden iframe (like Degewo) 2025-12-09 11:56:51 +01:00
ce66fc1933 Fix Degewo auto-apply (Wohnungshelden iframe), update dependencies, cleanup for production
- Fix Degewo handler to work with Wohnungshelden iframe portal
- Update playwright to >=1.57.0
- Add proper form field selectors for Wohnungshelden
- Fix success status bug (was marking failed submissions as success)
- Clean up .env.example (remove real credentials)
- Update README with housing company support table
- Add BOTFATHER_COMMANDS.txt for easy bot setup
- Add copilot-instructions.md for development context
2025-12-09 11:30:17 +01:00
bf9d7f1371 Initial commit: inberlin apartment monitor with autopilot 2025-12-08 14:44:59 +01:00