I am trying to read a web page - Service Now, contains HTML table (Page is looking like Gmail Page). I need to click one field of first row, read the data, then iterate in loop for remaining rows.
With AA mode, elements are getting spied. But when I click on Highlight, BP stops working. With HTML mode BP is not taking elements as individual. It is taking whole table as one element. So I am not able to use HTML mode for my purpose while AA is causing BP crash.
I tried Region mode also which is working. My preferable choice is to use HTML and AA mode.
Any help on this issue. Thanks.