Playwright · TypeScript

Playwright locator generator

Discover selectors from live UI — export TypeScript page objects you refine with getByRole.

Install AutoLocator
# TypeScript — Playwright page object
export const LoginPage = {
  Button_Submit: 'button[type="submit"]',
  Input_Email: '[data-testid="email"]',
  DD_Country: 'select#country',
} as const;

Playwright-ready · TypeScript export

getByTestIdSurfaced early
Side panelExplore live
TS exportPage objects
LocalStaging OK

Complement codegen with full-page maps

Pro adds AI-cleaned output · Selenium guide