activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
UiPath logo, featuring letters U and I in white

Actividades UIAutomation

Última actualización 4 de mar. de 2026

Pulsar

UiPath.MobileAutomation.Activities.Tap

Descripción

Devuelve una variable booleana que indica si existe un elemento de IU especificado.

Compatibilidad de proyectos

Windows - Legacy | Windows

Configuración

Panel del Diseñador

  • Target - Default is set to (null). Once the target is indicated, all attributes regarding the element that was indicated are displayed. You can further create variables out of the displayed attributes of an indicated target.
    • Texto de CV : el texto identificado por el modelo de Computer Vision en el elemento de IU de destino.
    • Tipo de CV : el tipo de control identificado mediante Computer Vision.
      Nota:

      Recomendamos dejar el tipo de control CV inalterado después de indicar el destino. De lo contrario, el modelo de Computer Vision podría no identificar el destino en tiempo de ejecución, porque has cambiado el tipo de control.

    • Fuzzy selector - The parameters for the fuzzy selector.
    • SearchSteps - Select the methods used to identify targets and anchors from the dropdown list.
    • Selector estricto : el selector que se genera para el elemento indicado. Para aprender a crear variables a partir de los atributos de un selector de destino, consulta el tutorial Crear variables a partir de atributos del selector .
Panel de propiedades
Común
  • ContinueOnError - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.

    Nota:

    If this activity is included in Try Catch and the value of the ContinueOnError property is True, no error is caught when the project is executed.

  • DelayAfter - Delay time (in seconds) after executing the activity. The default value is 0.3 seconds.

  • DelayBefore - Delay time (in seconds) before the activity begins performing any operations. The default value is 0.2 seconds.

  • Nombre para mostrar: el nombre para mostrar de la actividad.

  • Timeout - specifies the amount of time (in seconds) to wait for a specified element to be found before an error is thrown. The default value is 30 seconds.

Entrada
  • Tap Type - Specifies which kind of tap you want to perform on the specified UI element. The following options are available:
    • Único
    • Double
    • LongPress
  • Target - Default is set to (null). Once the target is indicated, all attributes regarding the element that was indicated are displayed. You can further create variables out of the displayed attributes of an indicated target.
    • Texto de CV : el texto identificado por el modelo de Computer Vision en el elemento de IU de destino.
    • Tipo de CV : el tipo de control identificado mediante Computer Vision.
      Nota:

      Recomendamos dejar el tipo de control CV inalterado después de indicar el destino. De lo contrario, el modelo de Computer Vision podría no identificar el destino en tiempo de ejecución, porque has cambiado el tipo de control.

    • Fuzzy selector - The parameters for the fuzzy selector.
    • SearchSteps - Select the methods used to identify targets and anchors from the dropdown list.
    • Selector estricto : el selector que se genera para el elemento indicado. Para aprender a crear variables a partir de los atributos de un selector de destino, consulta el tutorial Crear variables a partir de atributos del selector .
  • Tap offset (Optional) - Set the parameters of your target element. This property is triggered when you enable the Target.
    • Anchoring point - Select the default positioning of the anchor point.
    • CoordinateType - Choose how to set the target coordinates. You can select one of the following:
      • PhysicalPixels - Use this option for workflows using a single device. Since the indication corresponds to actual pixels on the screen, it's different for each device.
      • DeviceIndependentPixels - Use this option to run workflows on devices with similar density screens. Device-independent pixels means that you are indicating a target based on the pixel density of the selected screen area.
    • Offset X - Horizontal displacement of the targeted area selected in the CoordinateType field.
    • Offset Y - Vertical displacement of the targeted area selected in the CoordinateType field.
Otros
  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
  • Descripción
  • Compatibilidad de proyectos
  • Configuración

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado