Hi and welcome to Playwright with JavaScript.
My name is Ixchel Meza, and I will be your instructor throughout this course.
The topics we will be covering are:
What is Playwright?
Installation and Setup
Interacting with elements
Element state
Managing a virtual keyboard
Interacting with mouse events
Taking screenshots
Recording videos
Visual testing
Playwright Command Line Interface (CLI)
Page Object Model (POM) with Playwright
Basically, by the end of this course you will be able to use Playwright for your UI automation needs.
In order to follow along all the examples we will be reviewing, it is really recommended to take a look at the course in Test Automation University Introduction to JavaScript by Mark Thompson. This is really recommended because it is going to be easier for you to understand what is happening if you at least have some familiarity with JavaScript.
We will also be needing an IDE of your choice (in my case I will be using Visual Studio Code) and we will also need NodeJS.
So, let’s get started!