Working with File Uploads in Playwright Sumit Kumar Pradhan April 08, 2025 In this article, we will explore how to work with file uploads in Playwright, a Node.js library that allows you to automate browser interac... Continue Reading
Playwright built-in locators Sumit Kumar Pradhan April 06, 2025Locators are the central piece of Playwright's auto-waiting and retry-ability. In a nutshell, locators represent a way to find element(s... Continue Reading
How to Use Playwright Locators: A Detailed Guide Sumit Kumar Pradhan April 06, 2025 Playwright is a robust automation framework for web applications, offering a variety of locator strategies to interact with web elements e... Continue Reading
How to Fix Redirect Error in Google Search Console? Sumit Kumar Pradhan April 06, 2025If Google is told that “URL A” is no longer needed and redirected to “URL B” but is then, somehow, redirected to “URL A” again, it’s safe to... Continue Reading
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