From the course: Playwright Essential Training: Abstractions, Fixtures, and Complex Scenarios

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

What you need to know

What you need to know

- [Butch] In order to have success in this course, you should have a basic understanding of how Playwright works. This course builds on top of the Learning Playwright course, which could be thought of as Part 1. The code examples for this course pick up where I left off in the final video. While this course will be covering Playwright using TypeScript, as long as you're familiar with the basics of programming, you should be able to follow along with the videos. If you haven't finished the Learning Playwright course, here are a few things to get your environment set up for success. First, let's check which version of Node you have installed. So, open up a terminal, type in node --version, hit Enter. If it's anything lower than 20, you should go ahead and install version at least 20. Anything above 20 should also work. If you get an unknown command or an error, you should also go ahead and install at least version of 20 of Node. I prefer using the Node Prebuilt Installer link that can…

Contents