Xpath not found

Hello friends, I’m stuck in a situation that I imagine is related to the website itself (which unfortunately is private).

I have Xpath: //[@id=“divInseridos”]/table[1]/tbody/tr[4]/td[2] which directs me to the text “Vice-Reitor de Graduação” (PT-BR). Using inspect I can find xpath. However, when UiVision runs, it presents the error: timeout reached when looking for element '//[@id=“divInseridos”]/table[1]/tbody/tr[4]/td[2]’


Does anyone know why? If there is any alternative?
I’ve tried several types of Xpath and the same error occurs.

Are there frames on the website?

There are some tables that select just one combo or the entire tableau. using the Inspect selection tool to check. I believe this is your doubt.


What do you get if you inside of the KANU Table View editor you use the [Select] command and point on one of the elements in the website you want to target? That command composes automatically the xpath for your tag. I usually start from there and then optimize my xpath string.

It doesn’t work. Xpath is there, but UiiVision does not find Xpath.

what happen if you remove the [2] at the end?
So it ends with tr/td

Also the “Click” command does not save any value. you have to use one of the “Store” commands.

If I remove [2] from the end, the xpath will be marked in red, with [2] it selects the green Xpath, which is what I need.

I know that to record the information I need the Store, but my problem is that UiVision does not find these elements, regardless of the command I use.

I’m so sorry. This is very difficult to trouble shoot if I do not have access to the HTML code. I’m not sure how to help you.