Skip to content

Locator Groups

Locator groups cluster related selectors and bind them to a module and route context.

Locator groups matter because they give captured selectors a route-aware home and make the picker suggestions much more reliable.

  1. Go to Locator Groups -> Create.
  2. Set Name (must be unique).
  3. Select Module.
  4. Optionally set Route (defaults to /).
  5. Save.
  • Name: Login Page
  • Module: Authentication
  • Route: /login
  • Keeps selectors scoped and maintainable.
  • Reduces collision between similarly named locators.
  • Improves discoverability in test-case flow editors.
  • Makes route-based locator suggestions possible during live capture.