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

Deslizamiento

UiPath.MobileAutomation.Activities.Swipe

Descripción

Esta actividad se dirige a dos elementos: Contenedor y Destino. Establece el Contenedor como el área designada para la operación de deslizamiento (normalmente una lista, pero puede ser cualquier elemento desplazable). Especifique el Destino como el elemento que está buscando. La operación de deslizamiento itera a través de múltiples deslizamientos en la lista (hasta MaxNumberOfSwipes) hasta que localiza el elemento especificado. Si el Destino no está establecido, la operación de deslizamiento realiza un solo deslizamiento sin buscar un elemento específico.

Configuración

Panel del Diseñador
  • Target - Default is set to (null). Once the target is indicated, all properties 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 .
  • Contenedor : el contenedor de IU de destino donde quieres realizar la operación de deslizamiento (normalmente una lista, pero puede ser cualquier elemento desplazable). El valor predeterminado está establecido en (null). Una vez indicado el contenedor de destino, se muestran todas las propiedades relativas al elemento indicado.
    • 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.
    • Strict selector - The selector that is generated for the indicated element.
    • Desplazamiento de toque (para el contenedor de destino): establece los parámetros de tu elemento de destino. Esta propiedad se activa cuando habilitas el Destino.
      • 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.
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
  • Target - Default is set to (null). Once the target is indicated, all properties 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 .
  • MaxNumberOfSwipes - The maximum number of swipes that are attempted on the specified device. By default, this field is set to 10. This field supports only Int32 variables.
  • SwipeDirection - Specifies the direction in which you want to perform the swipe. The following options are available:
    • Up
    • Down
    • Left
    • Derecha
  • 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
  • Contenedor : el contenedor de IU de destino donde quieres realizar la operación de deslizamiento (normalmente una lista, pero puede ser cualquier elemento desplazable). El valor predeterminado está establecido en (null). Una vez indicado el contenedor de destino, se muestran todas las propiedades relativas al elemento indicado.
    • 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.
    • Strict selector - The selector that is generated for the indicated element.
    • Desplazamiento de toque (para el contenedor de destino): establece los parámetros de tu elemento de destino. Esta propiedad se activa cuando habilitas el Destino.
      • 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.
  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
  • Descripción
  • 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