Skip to content

Commit 4019ebc

Browse files
authored
Merge branch 'main' into screenshot-tool-enhancement
2 parents 8d1e7d6 + d756888 commit 4019ebc

41 files changed

Lines changed: 3247 additions & 880 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out repository
17-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
with:
1919
fetch-depth: 2
2020

.github/workflows/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
with:
2121
fetch-depth: 2
2222

@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Check out repository
41-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
41+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242
with:
4343
fetch-depth: 2
4444

.github/workflows/publish-to-npm-on-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: ${{ (github.event_name != 'workflow_dispatch') || (inputs.npm-publish && always()) }}
2626
steps:
2727
- name: Check out repository
28-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
28+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
with:
3030
fetch-depth: 2
3131

@@ -58,7 +58,7 @@ jobs:
5858
if: ${{ (github.event_name != 'workflow_dispatch' && needs.publish-to-npm.result == 'success') || (inputs.mcp-publish && always()) }}
5959
steps:
6060
- name: Check out repository
61-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
61+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6262
with:
6363
fetch-depth: 2
6464

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- 24
2828
steps:
2929
- name: Check out repository
30-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
with:
3232
fetch-depth: 2
3333

docs/tool-reference.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545

4646
- **uid** (string) **(required)**: The uid of an element on the page from the page content snapshot
4747
- **dblClick** (boolean) _(optional)_: Set to true for double clicks. Default is false.
48+
- **includeSnapshot** (boolean) _(optional)_: Whether to include a snapshot in the response. Default is false.
4849

4950
---
5051

@@ -56,6 +57,7 @@
5657

5758
- **from_uid** (string) **(required)**: The uid of the element to [`drag`](#drag)
5859
- **to_uid** (string) **(required)**: The uid of the element to drop into
60+
- **includeSnapshot** (boolean) _(optional)_: Whether to include a snapshot in the response. Default is false.
5961

6062
---
6163

@@ -67,6 +69,7 @@
6769

6870
- **uid** (string) **(required)**: The uid of an element on the page from the page content snapshot
6971
- **value** (string) **(required)**: The value to [`fill`](#fill) in
72+
- **includeSnapshot** (boolean) _(optional)_: Whether to include a snapshot in the response. Default is false.
7073

7174
---
7275

@@ -77,6 +80,7 @@
7780
**Parameters:**
7881

7982
- **elements** (array) **(required)**: Elements from snapshot to [`fill`](#fill) out.
83+
- **includeSnapshot** (boolean) _(optional)_: Whether to include a snapshot in the response. Default is false.
8084

8185
---
8286

@@ -98,6 +102,7 @@
98102
**Parameters:**
99103

100104
- **uid** (string) **(required)**: The uid of an element on the page from the page content snapshot
105+
- **includeSnapshot** (boolean) _(optional)_: Whether to include a snapshot in the response. Default is false.
101106

102107
---
103108

@@ -108,6 +113,7 @@
108113
**Parameters:**
109114

110115
- **key** (string) **(required)**: A key or a combination (e.g., "Enter", "Control+A", "Control++", "Control+Shift+R"). Modifiers: Control, Shift, Alt, Meta
116+
- **includeSnapshot** (boolean) _(optional)_: Whether to include a snapshot in the response. Default is false.
111117

112118
---
113119

@@ -119,6 +125,7 @@
119125

120126
- **filePath** (string) **(required)**: The local path of the file to upload
121127
- **uid** (string) **(required)**: The uid of the file input element or an element that will open file chooser on the page from the page content snapshot
128+
- **includeSnapshot** (boolean) _(optional)_: Whether to include a snapshot in the response. Default is false.
122129

123130
---
124131

@@ -163,6 +170,7 @@
163170
**Parameters:**
164171

165172
- **url** (string) **(required)**: URL to load in a new page.
173+
- **background** (boolean) _(optional)_: Whether to open the page in the background without bringing it to the front. Default is false (foreground).
166174
- **timeout** (integer) _(optional)_: Maximum wait time in milliseconds. If set to 0, the default timeout will be used.
167175

168176
---

0 commit comments

Comments
 (0)