Question

Unable to set html table cell value

  • 7 May 2024
  • 1 reply
  • 11 views

Badge +1

Hi,

 

I am accessing a table in my web application and intending to edit some of the text values by SetTextByIndex action. I am getting correct value when I tried GetTextByIndex action however getting Table not found when tried to set value in same cell by SetTextByIndex keeping all other properties same. Any help will be appreciated on this? This I need to achieve reordering of table items in original table as mouse move option not helping in scrolling situation.

 


1 reply

Userlevel 1
Badge +6

During execution the Table that was present when you defined the action isn’t present or can’t be identified. So either the browser was closed or the name of the webpage changed, or any of a number of selection critera could not be found. 

Neither of the actions are working, because in the bots runtime environment that TABLE can’t be found.
 

Reply