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
Emil Pearce -
Ibrohim Abdivokhidov -
Dimitris Stoikidis -
Maurya Lal K M -
Top comments (0)