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
+64Lines changed: 64 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,18 @@ <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
+
"backAction": { # A back action. # Output only. A back action.
165
+
},
166
+
"dragAndDrop": { # A drag and drop action. # Output only. A drag and drop action.
167
+
"end": { # Point for describing bounding boxes tap locations Top left is 0,0 # Output only. The end point of the drag and drop.
168
+
"xCoordinate": 42,
169
+
"yCoordinate": 42,
170
+
},
171
+
"start": { # Point for describing bounding boxes tap locations Top left is 0,0 # Output only. The start point of the drag and drop.
172
+
"xCoordinate": 42,
173
+
"yCoordinate": 42,
174
+
},
175
+
},
164
176
"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
177
"elementBounds": { # Rectangle for describing bounding boxes # Output only. The visible bounds of the element to enter text into.
166
178
"bottom": 42,
@@ -171,6 +183,10 @@ <h3>Method Details</h3>
171
183
"text": "A String", # Output only. The text to enter.
172
184
},
173
185
"keyCode": "A String", # Output only. Key code for a key event action.
186
+
"longPress": { # Point for describing bounding boxes tap locations Top left is 0,0 # Output only. A long press (tap and hold) action.
187
+
"xCoordinate": 42,
188
+
"yCoordinate": 42,
189
+
},
174
190
"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.
175
191
"height": 42, # Output only. The height of the screenshot, in pixels.
176
192
"uri": "A String", # Output only. The URI of the screenshot.
@@ -305,6 +321,18 @@ <h3>Method Details</h3>
305
321
"description": "A String", # Output only. A short description of the high level action taken by the AI agent.
306
322
"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.
307
323
{ # An interaction with the device, such as a tap, text entry, wait, etc.
324
+
"backAction": { # A back action. # Output only. A back action.
325
+
},
326
+
"dragAndDrop": { # A drag and drop action. # Output only. A drag and drop action.
327
+
"end": { # Point for describing bounding boxes tap locations Top left is 0,0 # Output only. The end point of the drag and drop.
328
+
"xCoordinate": 42,
329
+
"yCoordinate": 42,
330
+
},
331
+
"start": { # Point for describing bounding boxes tap locations Top left is 0,0 # Output only. The start point of the drag and drop.
332
+
"xCoordinate": 42,
333
+
"yCoordinate": 42,
334
+
},
335
+
},
308
336
"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
337
"elementBounds": { # Rectangle for describing bounding boxes # Output only. The visible bounds of the element to enter text into.
310
338
"bottom": 42,
@@ -315,6 +343,10 @@ <h3>Method Details</h3>
315
343
"text": "A String", # Output only. The text to enter.
316
344
},
317
345
"keyCode": "A String", # Output only. Key code for a key event action.
346
+
"longPress": { # Point for describing bounding boxes tap locations Top left is 0,0 # Output only. A long press (tap and hold) action.
347
+
"xCoordinate": 42,
348
+
"yCoordinate": 42,
349
+
},
318
350
"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.
319
351
"height": 42, # Output only. The height of the screenshot, in pixels.
320
352
"uri": "A String", # Output only. The URI of the screenshot.
@@ -455,6 +487,18 @@ <h3>Method Details</h3>
455
487
"description": "A String", # Output only. A short description of the high level action taken by the AI agent.
456
488
"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.
457
489
{ # An interaction with the device, such as a tap, text entry, wait, etc.
490
+
"backAction": { # A back action. # Output only. A back action.
491
+
},
492
+
"dragAndDrop": { # A drag and drop action. # Output only. A drag and drop action.
493
+
"end": { # Point for describing bounding boxes tap locations Top left is 0,0 # Output only. The end point of the drag and drop.
494
+
"xCoordinate": 42,
495
+
"yCoordinate": 42,
496
+
},
497
+
"start": { # Point for describing bounding boxes tap locations Top left is 0,0 # Output only. The start point of the drag and drop.
498
+
"xCoordinate": 42,
499
+
"yCoordinate": 42,
500
+
},
501
+
},
458
502
"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
503
"elementBounds": { # Rectangle for describing bounding boxes # Output only. The visible bounds of the element to enter text into.
460
504
"bottom": 42,
@@ -465,6 +509,10 @@ <h3>Method Details</h3>
465
509
"text": "A String", # Output only. The text to enter.
466
510
},
467
511
"keyCode": "A String", # Output only. Key code for a key event action.
512
+
"longPress": { # Point for describing bounding boxes tap locations Top left is 0,0 # Output only. A long press (tap and hold) action.
513
+
"xCoordinate": 42,
514
+
"yCoordinate": 42,
515
+
},
468
516
"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.
469
517
"height": 42, # Output only. The height of the screenshot, in pixels.
470
518
"uri": "A String", # Output only. The URI of the screenshot.
@@ -615,6 +663,18 @@ <h3>Method Details</h3>
615
663
"description": "A String", # Output only. A short description of the high level action taken by the AI agent.
616
664
"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.
617
665
{ # An interaction with the device, such as a tap, text entry, wait, etc.
666
+
"backAction": { # A back action. # Output only. A back action.
667
+
},
668
+
"dragAndDrop": { # A drag and drop action. # Output only. A drag and drop action.
669
+
"end": { # Point for describing bounding boxes tap locations Top left is 0,0 # Output only. The end point of the drag and drop.
670
+
"xCoordinate": 42,
671
+
"yCoordinate": 42,
672
+
},
673
+
"start": { # Point for describing bounding boxes tap locations Top left is 0,0 # Output only. The start point of the drag and drop.
674
+
"xCoordinate": 42,
675
+
"yCoordinate": 42,
676
+
},
677
+
},
618
678
"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
679
"elementBounds": { # Rectangle for describing bounding boxes # Output only. The visible bounds of the element to enter text into.
620
680
"bottom": 42,
@@ -625,6 +685,10 @@ <h3>Method Details</h3>
625
685
"text": "A String", # Output only. The text to enter.
626
686
},
627
687
"keyCode": "A String", # Output only. Key code for a key event action.
688
+
"longPress": { # Point for describing bounding boxes tap locations Top left is 0,0 # Output only. A long press (tap and hold) action.
689
+
"xCoordinate": 42,
690
+
"yCoordinate": 42,
691
+
},
628
692
"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.
629
693
"height": 42, # Output only. The height of the screenshot, in pixels.
630
694
"uri": "A String", # Output only. The URI of the screenshot.
"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.",
@@ -1321,6 +1331,11 @@
1321
1331
"readOnly": true,
1322
1332
"type": "string"
1323
1333
},
1334
+
"longPress": {
1335
+
"$ref": "AndroidxCrawlerOutputPoint",
1336
+
"description": "Output only. A long press (tap and hold) action.",
0 commit comments