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
Creating Custom Assertions Through Extending Expect in Playwright Sumit Kumar Pradhan May 21, 2025In this example we are going to explore how to create custom assertion in playwright by extending expect. Creating custom assertions in Play... Continue Reading
How to Get and Use Cookies in Playwright: A Step-by-Step Guide for Beginners Sumit Kumar Pradhan May 19, 2025In this example we will explore how to work with cookies in playwright with simple examples. Cookies are essential for maintaining state and... Continue Reading
Testing Staging and Production environments in Playwright Sumit Kumar Pradhan May 19, 2025In this example we will explore how to work with different environments in playwright with example. When testing a website, you may need to ... Continue Reading
How to update a partial URL in playwright Sumit Kumar Pradhan May 19, 2025In this example we will explore how to update partial URL in playwright . To update a partial URL in Playwright, you can use page.goto() wit... Continue Reading
How to Perform API Intercept Using Playwright Sumit Kumar Pradhan May 19, 2025In this example we will explore how to perform api intercept in playwright. Along with the UI Automation , we can also intercept specific AP... Continue Reading