Smart Test Snippet GeneratorSimple VS Code extension to convert Playwright click into role-based locator. ExampleInput: await page.click('Login'); Output: await page.getByRole('button', { name: 'Login' }).click(); How to use
|
Smart Test Snippet GeneratorSimple VS Code extension to convert Playwright click into role-based locator. ExampleInput: await page.click('Login'); Output: await page.getByRole('button', { name: 'Login' }).click(); How to use
|