@playwright/mcp 0.0.70-alpha-2026-04-27 → 0.0.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -8
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -863,6 +863,18 @@ http.createServer(async (req, res) => {
863
863
 
864
864
  <!-- NOTE: This has been generated via update-readme.js -->
865
865
 
866
+ - **browser_drop**
867
+ - Title: Drop files or data onto an element
868
+ - Description: Drop files or MIME-typed data onto an element, as if dragged from outside the page. At least one of "paths" or "data" must be provided.
869
+ - Parameters:
870
+ - `element` (string, optional): Human-readable element description used to obtain permission to interact with the element
871
+ - `target` (string): Exact target element reference from the page snapshot, or a unique element selector
872
+ - `paths` (array, optional): Absolute paths to files to drop onto the element.
873
+ - `data` (object, optional): Data to drop, as a map of MIME type to string value (e.g. {"text/plain": "hello", "text/uri-list": "https://example.com"}).
874
+ - Read-only: **false**
875
+
876
+ <!-- NOTE: This has been generated via update-readme.js -->
877
+
866
878
  - **browser_evaluate**
867
879
  - Title: Evaluate JavaScript
868
880
  - Description: Evaluate JavaScript expression on page or element
@@ -990,6 +1002,7 @@ http.createServer(async (req, res) => {
990
1002
  - `target` (string, optional): Exact target element reference from the page snapshot, or a unique element selector
991
1003
  - `filename` (string, optional): Save snapshot to markdown file instead of returning it in the response.
992
1004
  - `depth` (number, optional): Limit the depth of the snapshot tree
1005
+ - `boxes` (boolean, optional): Include each element's bounding box as [box=x,y,width,height] in the snapshot
993
1006
  - Read-only: **true**
994
1007
 
995
1008
  <!-- NOTE: This has been generated via update-readme.js -->
@@ -1299,14 +1312,6 @@ http.createServer(async (req, res) => {
1299
1312
 
1300
1313
  <!-- NOTE: This has been generated via update-readme.js -->
1301
1314
 
1302
- - **browser_pick_locator**
1303
- - Title: Pick element locator
1304
- - Description: Wait for the user to pick an element in the browser and return its ref and locator.
1305
- - Parameters: None
1306
- - Read-only: **true**
1307
-
1308
- <!-- NOTE: This has been generated via update-readme.js -->
1309
-
1310
1315
  - **browser_resume**
1311
1316
  - Title: Resume paused script execution
1312
1317
  - Description: Resume script execution after it was paused. When called with step set to true, execution will pause again before the next action.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playwright/mcp",
3
- "version": "0.0.70-alpha-2026-04-27",
3
+ "version": "0.0.71",
4
4
  "description": "Playwright Tools for MCP",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,12 +37,12 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "playwright": "1.60.0-alpha-1776382637000",
41
- "playwright-core": "1.60.0-alpha-1776382637000"
40
+ "playwright": "1.60.0-alpha-2026-04-27",
41
+ "playwright-core": "1.60.0-alpha-2026-04-27"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@modelcontextprotocol/sdk": "^1.25.2",
45
- "@playwright/test": "1.60.0-alpha-1776382637000",
45
+ "@playwright/test": "1.60.0-alpha-2026-04-27",
46
46
  "@types/node": "^24.3.0"
47
47
  },
48
48
  "bin": {