Browsing Tag
automationtesting
2 posts
Mastering Selenium WebDriver for Efficient Automation Testing
Automation testing is a crucial skill for any modern QA tester, and Selenium WebDriver stands out as one…
Playwright Awesome Selectors
Check out my short post on Playwright Awesome Selectors My personal favourite is page.getByRole(role, options) eg: await page.getByRole('button',…