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
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
Write Your First Playwright Test Script - A Step by Step Guide Sumit Kumar Pradhan March 30, 2025We are going to create first script in playwright with a detailed example. Before creating the first script we need to understand a few conc... Continue Reading
How do I access playwright test runner project info in a test? Sumit Kumar Pradhan March 30, 2025testInfo is part of Playwright's testing framework and provides information about the test that is currently running. You can use testIn... Continue Reading
Exploring the Exciting New Features of Selenium 4 Sumit Kumar Pradhan March 27, 2025 In the world of software testing and web automation, Selenium has been a cornerstone for years, providing developers and testers with the t... Continue Reading
How to Setup Playwright on Windows and MAC Sumit Kumar Pradhan March 27, 2025Playwright is a cross browser automation framework for end to end testing created by the Microsoft team and has been steadily gaining popula... Continue Reading
Introduction to the Playwright Automation Sumit Kumar Pradhan March 22, 2025Playwright is an open-source automation library for testing web applications. It was developed by Microsoft and allows developers to write ... Continue Reading