studio
latest
false
UiPath logo, featuring letters U and I in white

Guía de usuario de Studio

Última actualización 17 de dic. de 2024

Acerca de los selectores

Para automatizar acciones específicas en la interfaz de usuario, es necesario interactuar con varias ventanas, botones, listas desplegables y muchos otros. La identificación de los elementos de la interfaz de usuario se realiza, entre otras cosas, a través de su posición en la pantalla, pero esto puede ser poco fiable.

Para solucionar este problema, Studio recurre a lo que llamamos selectores. Estos almacenan los atributos de un elemento de la interfaz gráfica de usuario y sus matrices, en forma de fragmento XML.

La mayoría de las veces, los selectores son generados automáticamente por Studio y no requieren más información por tu parte, especialmente si las aplicaciones que intentas automatizar tienen una interfaz de usuario estática.

No obstante, en algunos programas de software existen diseños cambiantes y nodos de atributos con valores volátiles, como es el caso de algunas aplicaciones web. Studio, por su parte, no puede predecir estos cambios y, por lo tanto, es posible que tenga que generar manualmente algunos selectores.

Un selector tiene la siguiente estructura:

<node_1/><node_2/>...<node_N/><node_1/><node_2/>...<node_N/>

El último nodo representa el elemento de GUI que le interesa y todos los anteriores representan los elementos principales de ese elemento. <node_1> generalmente se denomina nodo raíz y representa la ventana superior de la aplicación.

En cada uno de los nodos hay uno o varios atributos que le ayudan a identificar correctamente un nivel específico de la aplicación seleccionada.

Cada nodo tiene el siguiente formato: 

<ui_system attr_name_1='attr_value_1' ... attr_name_N='attr_value_N'/><ui_system attr_name_1='attr_value_1' ... attr_name_N='attr_value_N'/>

En cada atributo se asigna un valor. Es importante elegir atributos con un valor constante. Si el valor de un atributo cambia cada vez que se inicia la aplicación, el selector no podrá identificar correctamente el elemento.

Los selectores se muestran en el panel de propiedades de las actividades, en Entrada > Destino > Selector. En todas las actividades relacionadas con los elementos gráficos aparece esta propiedad.



La ventana Opciones de selección te permite seleccionar y editar un destino. Para acceder a esta ventana, en el panel del Diseñador de flujo de trabajo, haz clic en el botón Opciones en el cuerpo de una actividad y selecciona Indicar destino en pantalla o Editar destino.



La ventana de Editor de Selectores te permite ver el selector generado automáticamente y editarlo, así como sus atributos. Para acceder a esta ventana, utiliza el botón de puntos suspensivos junto al campo Selector, en el panel de propiedades.



Opción

Descripción

Validar

En este botón se muestra el estado del selector comprobando la validez de la definición del mismo y la visibilidad del elemento de destino en la pantalla.

El botón Validar tiene tres estados:

  • docs image El selector se está validando
  • docs image Selector válido
  • docs image Selector inválido
  • docs image Selector modificado, revalidar

El botón está relacionado con los estados de validación de UI Explorer.

Indicar elemento

Indica un nuevo elemento de la interfaz de usuario que sustituye al anterior.

Reparar

Permite volver a indicar el mismo elemento de interfaz de usuario de destino y reparar el selector. Este proceso no sustituye por completo al selector anterior. El botón está disponible solo cuando el selector no es válido.

Resaltar

Coloca el elemento de destino al primer plano. Esta opción permanece encendida hasta que se desactiva con un clic. El botón solo se habilita si el selector es válido.

Editar atributos

Incluye todos los componentes de la aplicación necesarios para identificar la actividad de destino (una ventana, un botón, etc.). Esta sección se puede editar.

Selector de edición

Contiene el selector actual. Esta sección se puede editar.

Abrir en Explorador de IU

Inicia el explorador de la interfaz de usuario. Se habilita la opción solo para los selectores válidos.

Nota: En algunos casos, cuando Studio y la aplicación de destino se abren con diferentes permisos avanzados, es posible que el selector no funcione. Se recomienda abrir siempre ambas aplicaciones con los mismos privilegios.

Supported tags and attributes

En las siguientes tablas se presenta la compatibilidad entre las etiquetas y los atributos utilizados para construir selectores y la capacidad del selector:

Nota: Los selectores generados por aplicaciones Java con múltiples etiquetas WND no se pueden usar con supervisión de eventos.

WND

Atributo

Descripción

Completo

Expresiones regulares

Sensible a las mayúsculas y minúsculas

app

The file name of the application containing the UI element.

available

available

available

cls

Class name of the window containing the UI element.

available

available

available

title

The window title of the UI element.

available

available

available

aaname

'Active Accessibility' name of the UI element.

available

available

available

ctrlname (WinForms)

WinForms name of the UI element.

available

available

available

ctrlid (WinForms)

Win32 control ID of the window containing the UI element.

available

available

available

idx

The instance number of the UI element.

No disponible

No disponible

No disponible

tid

ID of the thread that created the UI element.

No disponible

No disponible

No disponible

pid

Process ID of the application containing the UI element.

No disponible

No disponible

No disponible

isremoteapp

 

No disponible

No disponible

No disponible

aastate

'Active Accessibility' state of the UI element.

available

available

available

sapClient (SAP)

SAP Client selected on the login screen.

available

available

available

sapLanguage (SAP)

SAP Language specified on the login screen.

available

available

available

sapProgram (SAP)

SAP source program that is currently being executed.

available

available

available

sapScreen (SAP)

SAP Screen number currently displayed.

No disponible

No disponible

No disponible

sapSession (SAP)

SAP Session Number, also displayed in SAP GUI statusbar.

No disponible

No disponible

No disponible

sapSysName (SAP)

SAP System Name.

available

available

available

sapSysNumber (SAP)

SAP Application server.

No disponible

No disponible

No disponible

sapSysSessionId (SAP)

All SAP GUI sessions of the same connection are represented on the server with the same SysSessionId.

available

available

available

sapTransaction (SAP)

SAP Transaction that is currently being executed.

available

available

available

sapUser (SAP)

SAP User logged into the system.

available

available

available

HTML

Atributo

Descripción

Completo

Expresiones regulares

Sensible a las mayúsculas y minúsculas

url

The URL of the web page containing the current element.

available

available

available

htmlwindowname

 

available

available

available

title

The window title of the element.

available

available

available

class

Class name of the accessible context of the element.

available

available

available

app

The file name of the application containing the UI element

No disponible

No disponible

No disponible

idx

The instance number of the UI element.

No disponible

No disponible

No disponible

pid

Process ID of the application containing the UI element.

No disponible

No disponible

No disponible

tid

ID of the thread that created the UI element.

No disponible

No disponible

No disponible

excludehwnd

 

No disponible

No disponible

No disponible

bsid (Browser Session ID)

 

No disponible

No disponible

No disponible

isremoteapp

 

No disponible

No disponible

No disponible

WEBCTRL

Los atributos tag e idx utilizan una cadena de valores. Todos los demás atributos WEBCTRL tienen valores dinámicos.

Atributo

Descripción

Completo

Expresiones regulares

Sensible a las mayúsculas y minúsculas

tag

HTML tag of the element.

idx

The instance number of the UI element.

available

available

available

aaname

'Active Accessibility' name of the UI element.

available

available

available

name

Name property of the UI element.

available

available

available

id

The unique identifier of the UI element.

available

available

available

parentid

HTML ID attribute of the fist ancestor element that have ID.

available

available

available

class

 

available

available

available

css-selector

 

No disponible

No disponible

No disponible

innertext

The innerText property of a HTML element.

available

available

available

visibleinnertext

 

available

available

available

isleaf

 

available

available

available

parentclass

HTML class attribute of the fist ancestor element that has class.

available

available

available

parentname

HTML name attribute of the fist ancestor UI element that has a name.

available

available

available

src

Specifies the location, or source of the element.

available

available

available

href

The URL of the page the link goes to.

available

available

available

tableCol

Table column number that contains the UI element.

available

available

available

tableRow

Table row number that contains the UI element.

available

available

available

colName

The name of the table column that contains the UI element.

available

available

available

rowName

The name of the table row that contains the UI element.

available

available

available

aria-label

Aria label attribute of the element.

available

available

available

aria-labelledby

 

available

available

available

CTRL

Atributo

Descripción

Completo

Expresiones regulares

Sensible a las mayúsculas y minúsculas

Rol

The 'Active Accessibility' role property of the UI element.

available

available

available

name

Name property of the UI element.

available

available

available

automationid

The 'UI Automation' ID of the UI element.

available

available

available

labeledby

The 'UI Automation' labeled by attribute of the UI element.

available

available

available

aastate

'Active Accessibility' state of the UI element.

available

available

available

virtualname

The name of the element given by the underlying accessibility technology.

available

available

available

text

The text of the UI element as it appears on the screen.

available

available

available

rowName

The name of the table row that contains the UI element.

available

available

available

idx

The instance number of the UI element.

No disponible

No disponible

No disponible

UIA

Atributo

Descripción

Completo

Expresiones regulares

Sensible a las mayúsculas y minúsculas

accelkey (Accelerator Key)

 

available

available

available

acskey (Access Key)

 

available

available

available

automationid

The 'UI Automation' ID of the UI element.

available

available

available

cls

Class name of the window containing the UI element.

available

available

available

helpText

The help string of the UI element.

available

available

available

legacyAccHelp (Legacy Accessible Help)

 

available

available

available

enabled

 

available

available

available

kbfocus (Is Keyboard Focusable)

 

available

available

available

ispwd (Is Password)

 

available

available

available

itemstatus

 

available

available

available

itemtype

 

available

available

available

rtid (Runtime ID)

 

available

available

available

Rol

The 'Active Accessibility' role property of the UI element.

available

available

available

name

Name property of the UI element.

available

available

available

pid

Process ID of the application containing the UI element.

available

available

available

tableRow

Table row number that contains the UI element.

No disponible

No disponible

No disponible

tableCol

Table column number that contains the UI element.

No disponible

No disponible

No disponible

rowName

The name of the table row that contains the UI element.

available

available

available

colName

The name of the table column that contains the UI element.

available

available

available

idx

The instance number of the UI element.

No disponible

No disponible

No disponible

Java

Atributo

Descripción

Completo

Expresiones regulares

Sensible a las mayúsculas y minúsculas

Rol

The 'Active Accessibility' role property of the UI element.

available

available

available

name

Name property of the UI element.

available

available

available

virtualname

The name of the element given by the underlying accessibility technology.

available

available

available

javastate

The state of the UI element as provided by 'Java Accessibility Bridge.

available

available

available

tableRow

Table row number that contains the UI element.

No disponible

No disponible

No disponible

tableCol

Table column number that contains the UI element.

No disponible

No disponible

No disponible

rowName

The name of the table row that contains the UI element.

available

available

available

colName

The name of the table column that contains the UI element.

available

available

available

idx

The instance number of the UI element.

No disponible

No disponible

No disponible

SAP

Atributo

Descripción

Completo

Expresiones regulares

Sensible a las mayúsculas y minúsculas

id

The unique identifier of the UI element.

available

available

available

leafid

Dicho atributo no se expone en el panel de Atributos porque es mutuamente excluyente con el atributo id. Puedes agregar manualmente.

available

available

available

tableRow

Table row number that contains the UI element.

No disponible

No disponible

No disponible

tableCol

Table column number that contains the UI element.

No disponible

No disponible

No disponible

colName

The name of the table column that contains the UI element.

available

available

available

relpath

 

available

available

available

itemId

 

available

available

available

Silverlight

Ten en cuenta que la etiqueta Silverlight no admite las funciones Fuzzy, RegEx y Case-Sensitive.

  • Supported tags and attributes
  • WND
  • HTML
  • WEBCTRL
  • CTRL
  • UIA
  • Java
  • SAP
  • Silverlight

¿Te ha resultado útil esta página?

Obtén la ayuda que necesitas
RPA para el aprendizaje - Cursos de automatización
Foro de la comunidad UiPath
Uipath Logo White
Confianza y seguridad
© 2005-2024 UiPath. Todos los derechos reservados.