page.$$ and page.$ in Playwright Sumit Kumar Pradhan April 06, 2025In Playwright, page.$$ and page.$ are methods used to query elements on a webpage, but they differ in how many elements they return: Continue Reading
CSS nth matching in Playwright Sumit Kumar Pradhan April 05, 2025In Playwright, you can use the nth selector to match elements based on their position in a list or sequence. This is often used with CSS sel... Continue Reading
Missing HTML lang attribute Sumit Kumar Pradhan April 03, 2025This means that the URL in question has not defined the language/region attribute using HTML lang. Continue Reading
How Security Testing Is Growing in Significance for QA Sumit Kumar Pradhan April 03, 2025Security testing is growing in significance for QA (Quality Assurance) due to several factors: Continue Reading
API Security Testing Guide Sumit Kumar Pradhan April 03, 2025Enterprises use APIs to connect applications and platforms, connecting to the database that stores sensitive user information. A compromised... Continue Reading
Mastering Playwright Timeout Settings Sumit Kumar Pradhan April 01, 2025Mastering timeout settings in Playwright is crucial to ensure that your tests are both reliable and stable. In Playwright, timeouts control ... Continue Reading
Playwright - Various techniques to locate an element in web page. Sumit Kumar Pradhan March 31, 2025 In Playwright, you can locate elements using various methods such as selectors, XPath, or text content. Here are some common ways to locate... Continue Reading