From f8d10de0615e9fe01194ad4c33384357ce2f4dcd Mon Sep 17 00:00:00 2001 From: Gideon Adeti Date: Tue, 8 Apr 2025 07:37:38 +0000 Subject: [PATCH] Update playwright@Ix-g9pgJjEI04bSfROvlq.md Fixed a typo in the instructions for playwright in the Node.js roadmap --- .../roadmaps/nodejs/content/playwright@Ix-g9pgJjEI04bSfROvlq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/nodejs/content/playwright@Ix-g9pgJjEI04bSfROvlq.md b/src/data/roadmaps/nodejs/content/playwright@Ix-g9pgJjEI04bSfROvlq.md index b7b134a89..94cbf3218 100644 --- a/src/data/roadmaps/nodejs/content/playwright@Ix-g9pgJjEI04bSfROvlq.md +++ b/src/data/roadmaps/nodejs/content/playwright@Ix-g9pgJjEI04bSfROvlq.md @@ -1,6 +1,6 @@ # Playwright -Playwright is an open-source automation library developed by Microsoft for testing and automating web applications. 1 It offers a unified API to control Chromium, Firefox, and WebKit browsers, making it a versatile choice for cross-browser testing. +Playwright is an open-source automation library developed by Microsoft for testing and automating web applications. It offers a unified API to control Chromium, Firefox, and WebKit browsers, making it a versatile choice for cross-browser testing. Playwright provides a high-level API to interact with web pages. You can write scripts to simulate user actions, such as clicking buttons, filling forms, and navigating through different pages. Playwright handles the underlying browser interactions, making it easy to write and maintain tests.