Check out my short post on Playwright Awesome Selectors
My personal favourite is page.getByRole(role, options)
eg:
await page.getByRole('button', { name: 'Sign in' }).click();
Do tell me yours...😀
Check out my short post on Playwright Awesome Selectors
My personal favourite is page.getByRole(role, options)
eg:
await page.getByRole('button', { name: 'Sign in' }).click();
Do tell me yours...😀
For further actions, you may consider blocking this person and/or reporting abuse
Jagroop Singh -
bing -
Shilleh -
FAB Builder | Code Generation -
Top comments (0)