Ui element not found

Hi
uipath fail to click on a elemnt
copytext, screen scrap, copy text img all have failed
time constarin is given
error msg:Get Full Text ‘SPAN’: Cannot find the UI element corresponding to this selector:

Hi can you tell me show the selector

Thanks
Ashwin.S

Hi @KarthikBallary,

I would like to know more on the application you are working on.If you can share some insight into it maybe either me or someone can give you a better view of it.

Additionally can you please go through the below link to understand more about selectors ,editing and validating them.

I used attach browser issue resolved. But one more help.
how to pass a variable in selector
eg idx=‘1’
my requirement idx=‘user created variable’

Hi @KarthikBallary

Is the idx property getting changed as 2 3 etc
Then use int count by incrementing the loop and set the idx=‘"+intcount.ToString+’"

Thanks
Ashwin.S

hii there is small change
I need to search variable from that list.
how do I pass variable. It is not validating.
variablie is of type string

here my variable non-working hrs. if tht element is found it must click coresponding action element

Hi @Karthik

Use get attribute
Thanks
Ashwin.S

can you show one sample

Hi @KarthikBallary

Use get attribute based on aaname property and store it in a string var and based on that you can click

Thanks
Ashwin.S

what must be the input in attribute activity?

Hi @KarthikBallary

Use input as aaname and check it
If not show us the selector you got

Thanks
Ashwin.S

I dont have any aaname property
only webctrl id=‘gridview-1080-table’ tag=‘TABLE’

Hi @KarthikBallary

Through UiExplorer try to get the properties of innerText or aaname and tablerow,Then by using Getattribute Get the value of the above properties,if the value what you are matching is equal with aaname or innerText though corresponding Tablerow value it will click on the element.

Example:on click activity try to pass dynamic selector in the below format
webctrl id=‘gridview-1080-table’ tag=‘TABLE’ tableRow=‘“&tableRow value&”’

Regards,
A Manohar

@Manohar1

The above image is one of the row of the table
if I pass the input “Personal Leave”
it must go to a coresponding action button and click.
I got your point to some extent.
can u please send any example

Here the input is dynamic,

visit to this website give input as sensex(see the table)
it must highlight coresponding price

Hi @KarthikBallary

Main.xaml (13.0 KB)

Tried with other webpage try to send complete url i will do it

Regards,
A Manohar

Your file unable to load completely

TstTable.zip (164.5 KB)