Class GoogleFirebaseAppdistroV1alphaDeviceInteraction
An interaction with the device, such as a tap, text entry, wait, etc.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaDeviceInteraction : IDirectResponseSchema
Properties
BackAction
Output only. A back action.
Declaration
[JsonProperty("backAction")]
public virtual GoogleFirebaseAppdistroV1alphaDeviceInteractionBack BackAction { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleFirebaseAppdistroV1alphaDeviceInteractionBack |
DragAndDrop
Output only. A drag and drop action.
Declaration
[JsonProperty("dragAndDrop")]
public virtual GoogleFirebaseAppdistroV1alphaDeviceInteractionDragAndDrop DragAndDrop { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleFirebaseAppdistroV1alphaDeviceInteractionDragAndDrop |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnterText
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.
Declaration
[JsonProperty("enterText")]
public virtual GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText EnterText { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText |
KeyCode
Output only. Key code for a key event action.
Declaration
[JsonProperty("keyCode")]
public virtual string KeyCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LongPress
Output only. A long press (tap and hold) action.
Declaration
[JsonProperty("longPress")]
public virtual AndroidxCrawlerOutputPoint LongPress { get; set; }
Property Value
| Type | Description |
|---|---|
| AndroidxCrawlerOutputPoint |
Screenshot
Output only. The screenshot used in the context of this action. The screen may have changed before the action was actually taken.
Declaration
[JsonProperty("screenshot")]
public virtual GoogleFirebaseAppdistroV1alphaScreenshot Screenshot { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleFirebaseAppdistroV1alphaScreenshot |
Swipe
Output only. A swipe action.
Declaration
[JsonProperty("swipe")]
public virtual GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe Swipe { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe |
Tap
Output only. A tap action.
Declaration
[JsonProperty("tap")]
public virtual AndroidxCrawlerOutputPoint Tap { get; set; }
Property Value
| Type | Description |
|---|---|
| AndroidxCrawlerOutputPoint |
TextInput
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.
Declaration
[JsonProperty("textInput")]
public virtual string TextInput { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Wait
Output only. A wait action.
Declaration
[JsonProperty("wait")]
public virtual GoogleFirebaseAppdistroV1alphaDeviceInteractionWait Wait { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleFirebaseAppdistroV1alphaDeviceInteractionWait |