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
Vikas76 -
Jess Lee -
Roger Oriol -
Maxim Saplin -
Top comments (0)