UiPath Documentation
activities
latest
false
Actividades UIAutomation
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.

Extraer datos de IU

Extract UI Data activity that leverages AI to facilitate semantic extraction capability for single-screen scenarios.

Importante:

The Extract UI Data activity is only available in Preview.

UiPath.Semantic.Activities.NExtractUIData

Descripción

Leverages AI to facilitate the extraction of UI data.

Esta actividad debe añadirse dentro de una actividad Usar aplicación/navegador.

Compatibilidad de proyectos

Windows | Multiplataforma

Configuración

  • Queries - The queries used by AI to extract specific information from the current screen. Each query is a descriptive prompt assigned to a field name for access in your workflow.
  • Model - The underlying LLM model used for semantic processing. The following options are available:
    • GPT-4.1
    • GPT-4.1 mini
    • GPT-5 mini
    • Gemini 2.5 Flash
    • Vista previa de Gemini 3.0 Flash
    • Path Mini

Panel de propiedades

Opciones

  • Use DOM when available - Indicates whether DOM data is sent to the LLM model for applications where DOM can be extracted.
  • Continuar en caso de error : especifica si la automatización debe continuar incluso cuando la actividad arroja un error. Este campo solo admite valores Boolean (Verdadero, Falso). El valor predeterminado es Falso. Como resultado, si el campo está vacío y se produce un error, la ejecución del proyecto se detiene. Si el valor se establece en Verdadero, la ejecución del proyecto continúa independientemente de cualquier error.

Plazos

  • Delay before - Delay (in seconds) between the time the previous activity is completed and the time this activity begins performing any operations. The default value is 0.2 seconds. Adding a delay between activities ensures that one activity has enough time to complete before the next activity begins.
  • Delay after - Delay (in seconds) between the time this activity is completed and the time the next activity begins any operations. The default value is 0.3 seconds. Adding a delay between activities ensures that one activity has enough time to complete before the next activity begins.
  • Tiempo de espera : especifica la cantidad de tiempo (en segundos) que se debe esperar a que se ejecute la actividad antes de arrojar un error. El valor predeterminado es 30 segundos.

Salida

  • Result - Output argument intended for single-value queries. If the query returns multiple values, only the first value is stored in this result.
  • Result (Data table) - Output argument intended for queries that return multiple values. All extracted values are stored in the table when more than one result is expected for the same query. If the number of returned values differs between queries, the extra rows under the corresponding query columns are empty.
  • Descripción
  • Compatibilidad de proyectos
  • Configuración
  • Opciones
  • Plazos
  • Salida

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado