SkinDeepRESEARCHSteve Seguin

Use case · Idea to test

Check changing interfaces

Locate a control after a layout changes.

  1. Screenshot of a new layout
  2. Find the expected control
  3. Verify the next screen
Illustration of the proposed workflow.

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.

Related experiments and evidence