Use case · Idea to test
Check changing interfaces
Locate a control after a layout changes.
- Screenshot of a new layout
- Find the expected control
- Verify the next screen
A test could ask whether a familiar control is still findable after a responsive layout change. A screenshot locator might help where stable programmatic selectors are unavailable.
Where the small model fits
The locator returns a point or no-target result. A test runner performs the action in a controlled environment, then separately checks the expected outcome.
What would need to work
Compare completed test flows with ordinary selectors. A point inside a button does not prove that the action succeeded or that the interface is accessible.
Try the related work
Recorded model outputs, not live UI test execution.