You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tool-reference.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@
45
45
46
46
-**uid** (string) **(required)**: The uid of an element on the page from the page content snapshot
47
47
-**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.
48
49
49
50
---
50
51
@@ -56,6 +57,7 @@
56
57
57
58
-**from_uid** (string) **(required)**: The uid of the element to [`drag`](#drag)
58
59
-**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.
59
61
60
62
---
61
63
@@ -67,6 +69,7 @@
67
69
68
70
-**uid** (string) **(required)**: The uid of an element on the page from the page content snapshot
69
71
-**value** (string) **(required)**: The value to [`fill`](#fill) in
72
+
-**includeSnapshot** (boolean) _(optional)_: Whether to include a snapshot in the response. Default is false.
70
73
71
74
---
72
75
@@ -77,6 +80,7 @@
77
80
**Parameters:**
78
81
79
82
-**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.
80
84
81
85
---
82
86
@@ -98,6 +102,7 @@
98
102
**Parameters:**
99
103
100
104
-**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.
101
106
102
107
---
103
108
@@ -108,6 +113,7 @@
108
113
**Parameters:**
109
114
110
115
-**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.
111
117
112
118
---
113
119
@@ -119,6 +125,7 @@
119
125
120
126
-**filePath** (string) **(required)**: The local path of the file to upload
121
127
-**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.
0 commit comments