Upload Files in Playwright using Typescript Photo by Caspian Dahlström How to upload files using Playwright? To upload files in Playwright, there are two ways, Using the ' page.setInputFi…
Waits In Selenium WebDriver ~ Implicit Wait Vs Explicit Wait Let's say we have a web page with one button and if we click on the button a text message will be displayed. We have written a selenium script…
Handling Multiple Tabs/Windows In Selenium WebDriver Photo by Andrey Kwin Handling Multiple Tabs/Windows In Selenium WebDriver In real-time scenarios, we come across a few challenges when we clic…
Pass Data From Excel Sheet to Data Provider in TestNG Data Provider is a special annotation used for supplying data for a test method. The annotated method must return an Object[ ][ ]. In this tutoria…