Hi,
I have a problem with a bot.
Work on Service Now.
After a series of checks in other environments, he must return to a grid, and fill in some cells.
For each cell, I have created a dynamic Selector.
For example, to write in the CoupaTimesheet cell, the bot has to click on this selector
‘html title=‘Approved Values by PO Lines [BOT view] | ServiceNow’ /><webctrl isleaf=‘1’ tableCol=‘8’ tag=‘TD’ tableRow=’"+TableRowStart.ToString+"’ /’
To click on the next ones, I increase the row number and the column number.
Most of the time it works.
But random, for no apparent reason, does not find the selector, and the bot goes into error.
What do you think could be the cause? and how can i solve?
Thanks…
Aaron