From the course: Multimodal Programming Interfaces

Unlock this course with a free trial

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

Overview of Playwright

Overview of Playwright

- [Instructor] Let's take a look at what Playwright is and we'll see why this is important in a second, but it is definitely a very good tool to have so that when we're developing, where we're doing web development, we can actually do some tests and we can interact with the browser and it has all of these libraries and tools around it so that we can interact with the browser. Basically, giving you a single API so that you can test many browsers. You can test actually websites using many different browsers. So you can use Chromium, Microsoft Edge, Firefox, Safari if you have that. And then you have the interactivity can be done with any of these languages. You have TypeScript, JavaScript, Python.NET, Java. And again, you have the ability to test and interact, most importantly with these web browsers. So I want to show you something else here. How does this look? Now, we're not necessarily going to be writing tests,…

Contents