Welcome to this new article in our “Appium Tutorial for Beginners” series. In this article, you will see the detailed steps on how you can download and install Appium Inspector for Windows. Appium Inspector is basically an Appium client with its own user interface. It is the GUI tool using which you can inspect elements […]
Archives for January 2024
How to download Chromedriver for Selenium
In our previous article on Selenium Tutorial, you learned how to download selenium webdriver and junit jar files. In this article, we will provide the detailed steps on how you can download ChromeDriver. Are you trying to download Selenium Webdriver for Chrome and want to set it up from scratch? Did you know that ChromeDriver […]
Run Playwright tests on different browsers
In our first article on Playwright Tutorial for Beginners, we covered how you can install playwright and write your first test script. After this, we saw the steps using which you can run your playwright tests on Firefox browser. We used this command to run the test script on Firefox browser – npx playwright test […]
Playwright Automation Testing Tutorial
Welcome to our Playwright testing tutorial!! In this tutorial series, we will walk you through the basics of automation testing with Playwright, where you will learn what playwright is, how you can install this tool, and how you can start writing basic automation scripts that run on your web browser. What is Playwright? Playwright is […]