Testing in Incognito Mode with Playwright Sumit Kumar Pradhan May 25, 2025Testing in incognito mode is crucial for ensuring that your application behaves as expected for users who prefer private browsing. Playwrigh... Continue Reading
Understanding TypeScript Operators: !, ?, ??, and ?. Explained Sumit Kumar Pradhan May 24, 2025In this example we will explore how to use TypeScript Operators: ! , ? , ?? , and ?. with simple example in typescript project as well playw... Continue Reading
How to combine POMs (Page Object Models) with Playwright Fixtures for better developer experience Sumit Kumar Pradhan May 24, 2025Playwright fixtures and traditional Page Object Models (POM) are both used in test automation, but they serve different purposes and can be ... Continue Reading
Fixtures (Built-in Fixtures) in Playwright with basic example Sumit Kumar Pradhan May 24, 2025In this example we will explore how to use built in fixture in playwright with simple example. When writing end-to-end tests with Playwright... Continue Reading
Use Playwright's addLocatorHandler to close unpredictable UI elements Sumit Kumar Pradhan May 24, 2025In this example we will explore how to use addLocatorHandler in playwright . Playwright’s addLocatorHandler is a powerful tool for handling ... Continue Reading
How to Generate PDFs with Playwright Sumit Kumar Pradhan May 23, 2025In this example we will explore how to generate PDFs with playwright with simple example. To generate PDFs using Playwright, you can use the... Continue Reading
Verifying PDF file data in Playwright Sumit Kumar Pradhan May 21, 2025In this example we will explore how to verify pdf text in playwright. Playwright, an open-source automation framework, does not have built-i... Continue Reading