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
Complement codegen with full-page maps
Pro adds AI-cleaned output · Selenium guide