UiPath Documentation
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 20 de abr. de 2026

Realizar captura

UiPath.MobileAutomation.Activities.TakeScreenshot

Descripción

Takes a screenshot of the screen of the mobile device you are using with custom dimensions specified in the Height and Width properties.

Compatibilidad de proyectos

Windows - Legacy | Windows

Configuración

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.

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

Otros
  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
Salida
  • Height - The height of the screenshot, stored in an Int32 variable. This field supports only Int32 variables.
  • Screenshot - The screenshot of the mobile device, stored in an Image object. This field supports only Image variables.
  • Width - The width of the screenshot, stored in an Int32 variable. This field supports only Int32 variables.
  • 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