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]’
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.