Add dynamic selector

Hello everyone.
i have a problem wiht dynamic selector for activity click with a table in a browser.
I can’t add the type value.
I chechk with this


and i find that uipath can find the “value”.
But when i am in the uiexploer i can’t find the field “value”.
how can i add mannually?

here my example

<html title='inbiz' />
<webctrl css-selector='body&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;form&gt;table&gt;tbody&gt;tr' parentid='frmDownload' parentname='frmDownload' tag='TR' aaname='  INFOCC - CBICCA...   NAME SOCIETY 03069 Conti Correnti (CBI/SWIFT/CAMT) * *Prenota scarico   ' />
<webctrl name='casella_sel_flussi' tableRow='*' tag='INPUT'  />

PLEASE HELP ME!!!

Hi @Loris_Sambinelli

UiPath selectors works slightly different to HTML attributes, that is why you are not able to get the value property, since WEBCTRL doesn’t have that attribute.

You can check the available properties here About Selectors

But, I recommend you to use the UI Explorer
image
instead of Selector Editor, the last one only show you the selected attributes for the selector, hiding non-selected attributes.

Regards,

Andres

thanks with uiexplorer and the function repair i can fix my problem!
thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.