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/dyn/firebaseappdistribution_v1alpha.projects.apps.releases.tests.html
+40-4Lines changed: 40 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,15 @@ <h3>Method Details</h3>
161
161
"description": "A String", # Output only. A short description of the high level action taken by the AI agent.
162
162
"deviceInteractions": [ # Output only. The interactions made with the device as part of this higher level action taken by the agent, such as taps, text entries, waits, etc.
163
163
{ # An interaction with the device, such as a tap, text entry, wait, etc.
164
+
"enterText": { # A text entry action, that enters text into a particular text field, clearing any existing text in the field. # Output only. A text entry action, that enters text into a particular text field, clearing any existing text in the field. Unlike `text_input` this action does not require any other actions such as a tap to be performed before it can enter the text.
165
+
"elementBounds": { # Rectangle for describing bounding boxes # Output only. The visible bounds of the element to enter text into.
166
+
"bottom": 42,
167
+
"left": 42,
168
+
"right": 42,
169
+
"top": 42,
170
+
},
171
+
"text": "A String", # Output only. The text to enter.
172
+
},
164
173
"keyCode": "A String", # Output only. Key code for a key event action.
165
174
"screenshot": { # A device screenshot taken during a test. # Output only. The screenshot used in the context of this action. The screen may have changed before the action was actually taken.
166
175
"height": 42, # Output only. The height of the screenshot, in pixels.
@@ -181,7 +190,7 @@ <h3>Method Details</h3>
181
190
"xCoordinate": 42,
182
191
"yCoordinate": 42,
183
192
},
184
-
"textInput": "A String", # Output only. Text entered for a text entry action.
193
+
"textInput": "A String", # Output only. A text input action, that types some text into whatever field is currently focused, if any. Unlike `enter_text` this action requires that the field be brought into focus first, for example by emitting a tap action before this one.
185
194
"wait": { # A wait action. # Output only. A wait action.
186
195
"duration": "A String", # Output only. The duration of the wait.
187
196
},
@@ -296,6 +305,15 @@ <h3>Method Details</h3>
296
305
"description": "A String", # Output only. A short description of the high level action taken by the AI agent.
297
306
"deviceInteractions": [ # Output only. The interactions made with the device as part of this higher level action taken by the agent, such as taps, text entries, waits, etc.
298
307
{ # An interaction with the device, such as a tap, text entry, wait, etc.
308
+
"enterText": { # A text entry action, that enters text into a particular text field, clearing any existing text in the field. # Output only. A text entry action, that enters text into a particular text field, clearing any existing text in the field. Unlike `text_input` this action does not require any other actions such as a tap to be performed before it can enter the text.
309
+
"elementBounds": { # Rectangle for describing bounding boxes # Output only. The visible bounds of the element to enter text into.
310
+
"bottom": 42,
311
+
"left": 42,
312
+
"right": 42,
313
+
"top": 42,
314
+
},
315
+
"text": "A String", # Output only. The text to enter.
316
+
},
299
317
"keyCode": "A String", # Output only. Key code for a key event action.
300
318
"screenshot": { # A device screenshot taken during a test. # Output only. The screenshot used in the context of this action. The screen may have changed before the action was actually taken.
301
319
"height": 42, # Output only. The height of the screenshot, in pixels.
@@ -316,7 +334,7 @@ <h3>Method Details</h3>
316
334
"xCoordinate": 42,
317
335
"yCoordinate": 42,
318
336
},
319
-
"textInput": "A String", # Output only. Text entered for a text entry action.
337
+
"textInput": "A String", # Output only. A text input action, that types some text into whatever field is currently focused, if any. Unlike `enter_text` this action requires that the field be brought into focus first, for example by emitting a tap action before this one.
320
338
"wait": { # A wait action. # Output only. A wait action.
321
339
"duration": "A String", # Output only. The duration of the wait.
322
340
},
@@ -437,6 +455,15 @@ <h3>Method Details</h3>
437
455
"description": "A String", # Output only. A short description of the high level action taken by the AI agent.
438
456
"deviceInteractions": [ # Output only. The interactions made with the device as part of this higher level action taken by the agent, such as taps, text entries, waits, etc.
439
457
{ # An interaction with the device, such as a tap, text entry, wait, etc.
458
+
"enterText": { # A text entry action, that enters text into a particular text field, clearing any existing text in the field. # Output only. A text entry action, that enters text into a particular text field, clearing any existing text in the field. Unlike `text_input` this action does not require any other actions such as a tap to be performed before it can enter the text.
459
+
"elementBounds": { # Rectangle for describing bounding boxes # Output only. The visible bounds of the element to enter text into.
460
+
"bottom": 42,
461
+
"left": 42,
462
+
"right": 42,
463
+
"top": 42,
464
+
},
465
+
"text": "A String", # Output only. The text to enter.
466
+
},
440
467
"keyCode": "A String", # Output only. Key code for a key event action.
441
468
"screenshot": { # A device screenshot taken during a test. # Output only. The screenshot used in the context of this action. The screen may have changed before the action was actually taken.
442
469
"height": 42, # Output only. The height of the screenshot, in pixels.
@@ -457,7 +484,7 @@ <h3>Method Details</h3>
457
484
"xCoordinate": 42,
458
485
"yCoordinate": 42,
459
486
},
460
-
"textInput": "A String", # Output only. Text entered for a text entry action.
487
+
"textInput": "A String", # Output only. A text input action, that types some text into whatever field is currently focused, if any. Unlike `enter_text` this action requires that the field be brought into focus first, for example by emitting a tap action before this one.
461
488
"wait": { # A wait action. # Output only. A wait action.
462
489
"duration": "A String", # Output only. The duration of the wait.
463
490
},
@@ -588,6 +615,15 @@ <h3>Method Details</h3>
588
615
"description": "A String", # Output only. A short description of the high level action taken by the AI agent.
589
616
"deviceInteractions": [ # Output only. The interactions made with the device as part of this higher level action taken by the agent, such as taps, text entries, waits, etc.
590
617
{ # An interaction with the device, such as a tap, text entry, wait, etc.
618
+
"enterText": { # A text entry action, that enters text into a particular text field, clearing any existing text in the field. # Output only. A text entry action, that enters text into a particular text field, clearing any existing text in the field. Unlike `text_input` this action does not require any other actions such as a tap to be performed before it can enter the text.
619
+
"elementBounds": { # Rectangle for describing bounding boxes # Output only. The visible bounds of the element to enter text into.
620
+
"bottom": 42,
621
+
"left": 42,
622
+
"right": 42,
623
+
"top": 42,
624
+
},
625
+
"text": "A String", # Output only. The text to enter.
626
+
},
591
627
"keyCode": "A String", # Output only. Key code for a key event action.
592
628
"screenshot": { # A device screenshot taken during a test. # Output only. The screenshot used in the context of this action. The screen may have changed before the action was actually taken.
593
629
"height": 42, # Output only. The height of the screenshot, in pixels.
@@ -608,7 +644,7 @@ <h3>Method Details</h3>
608
644
"xCoordinate": 42,
609
645
"yCoordinate": 42,
610
646
},
611
-
"textInput": "A String", # Output only. Text entered for a text entry action.
647
+
"textInput": "A String", # Output only. A text input action, that types some text into whatever field is currently focused, if any. Unlike `enter_text` this action requires that the field be brought into focus first, for example by emitting a tap action before this one.
612
648
"wait": { # A wait action. # Output only. A wait action.
613
649
"duration": "A String", # Output only. The duration of the wait.
"description": "Output only. A text entry action, that enters text into a particular text field, clearing any existing text in the field. Unlike `text_input` this action does not require any other actions such as a tap to be performed before it can enter the text.",
1317
+
"readOnly": true
1318
+
},
1291
1319
"keyCode": {
1292
1320
"description": "Output only. Key code for a key event action.",
1293
1321
"readOnly": true,
@@ -1309,7 +1337,7 @@
1309
1337
"readOnly": true
1310
1338
},
1311
1339
"textInput": {
1312
-
"description": "Output only. Text entered for a text entry action.",
1340
+
"description": "Output only. A text input action, that types some text into whatever field is currently focused, if any. Unlike `enter_text` this action requires that the field be brought into focus first, for example by emitting a tap action before this one.",
0 commit comments