Problem clicking in specific cell on web page

Hello to all,
I have a problem clicking in a specific cell on a web page.
I don’t know if it depends on the type of page, or what. (maybe oracle database?)
I try to explain:
I enter a website, after authentication.
I reach my web page, where I will have to enter some data.

In this page I have to click on some cells to set some values.
The problem is that the “name” of the cells seems to change randomly.

ex:
I try to click in the first cell of the first selection column. “Codice Ordine TI”.
image

If I analyze the collected selector, it refers to an ID, which seems to be not unique.
That is, if I log out, and log in again, this ID changes.


as a result, the click doesn’t work.

Anyone know how I can fix it?
It seems such a trivial problem and yet I’m stuck here!
:expressionless:

Hi @AaronMark,

Two things that you can do:

  1. Use UIExplorer and change the selector trying to use other properties and not the id
  2. If there is no possibility, use an anchor to connect the field to an other that doesn’t use the id

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