Keep Zillow photo workflow inside web-automation
This commit is contained in:
@@ -149,6 +149,10 @@ If Zillow exposes a page with a scroller that shows the listing photos, that pag
|
||||
If that scroller page exposes direct image links such as `https://photos.zillowstatic.com/...`, treat those URLs as successful photo access and use that image set for review.
|
||||
This is preferred over fragile modal next/previous navigation.
|
||||
|
||||
For this normal Zillow all-photos workflow, stay inside **`web-automation` only**.
|
||||
Do **not** escalate to coding-agent, ad hoc Python helpers, or extra dependency-heavy tooling just to open `See all photos`, inspect the scroller page, or extract Zillow image URLs.
|
||||
Only escalate beyond `web-automation` if `web-automation` itself truly cannot access the all-photos/scroller page or the exposed image set.
|
||||
|
||||
Do not rely on generic page text, photo counts, or non-photo shells as a Zillow attempt.
|
||||
Only fall back to HAR/Realtor/broker mirrors if the Zillow all-photos path was actually attempted with `web-automation` and did not expose the photos reliably.
|
||||
A source only counts as an attempted photo source if you actually did one of these:
|
||||
|
||||
Reference in New Issue
Block a user