Object repository

Object repository

The object repository stores reusable pages and elements for autotest steps. Pages hold paths used by navigation. Elements hold locators used by actions and checks.

Use this section when you maintain shared targets for Playwright steps or prepare a page before Autotest generation from a page. Autotest definitions and runs live under Autotests and Autotest runs.

Boundaries

  • Pages and elements live in separate catalogs (kinds PAGE and ELEMENT).
  • A page path supports relative goto together with the starting host and protocol from the autotest run.
  • Locators should be unique enough for stable steps. Unstable locators produce flaky autotest results.
  • The repository does not execute tests by itself. Execution happens in an autotest run.

In this section

PagePurpose
PagePaths used by navigation steps
ElementLocators used by element actions and checks
  1. Add pages and elements you will reuse.
  2. Build or import steps: Autotest creation or Autotest generation from a page.
  3. Run on a verified domain: Autotest run creation.

Version 1.2.0 · Last updated 2026-09-11

Did this page help?