New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@playwright/cli

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@playwright/cli - npm Package Compare versions

Comparing version
0.1.6
to
0.1.7
+3
-3
package.json
{
"name": "@playwright/cli",
"version": "0.1.6",
"version": "0.1.7",
"description": "Playwright CLI",

@@ -21,3 +21,3 @@ "repository": {

"devDependencies": {
"@playwright/test": "1.60.0-alpha-1775584683000",
"@playwright/test": "1.60.0-alpha-1775951570000",
"@types/node": "^25.2.1"

@@ -27,3 +27,3 @@ },

"minimist": "^1.2.5",
"playwright": "1.60.0-alpha-1775584683000"
"playwright": "1.60.0-alpha-1775951570000"
},

@@ -30,0 +30,0 @@ "bin": {

@@ -45,5 +45,5 @@ # Video Recording

1) Perform scenario using CLI and take note of all locators and actions. You'll need those locators to request thier bounding boxes for highlight.
1) Perform scenario using CLI and take note of all locators and actions. You'll need those locators to request their bounding boxes for highlight.
2) Create a file with the intended script for video (below). Use pressSequentially w/ delay for nice typing, make reasonable pauses.
3) Use playwright-cli run-code --file your-script.js
3) Use playwright-cli run-code --filename your-script.js

@@ -50,0 +50,0 @@ **Important**: Overlays are `pointer-events: none` — they do not interfere with page interactions. You can safely keep sticky overlays visible while clicking, filling, or performing any actions on the page.