|
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 | 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 | 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 | 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 | 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 | 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 | 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. |
122 | 129 |
|
123 | 130 | --- |
124 | 131 |
|
|
163 | 170 | **Parameters:** |
164 | 171 |
|
165 | 172 | - **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). |
166 | 174 | - **timeout** (integer) _(optional)_: Maximum wait time in milliseconds. If set to 0, the default timeout will be used. |
167 | 175 |
|
168 | 176 | --- |
|
0 commit comments