hi,
I am Spying a table on a web page of an application to get the content. I am successfully getting the table content in to a collection using 'Get Table' action. However, I would want to get only a particular column data from the table, is it possible? I tried using different attribute but could not achieve. Any help would be appreciated!
I know, I could work around either by tweaking the collection after reading the entire table or using a loop to read one value at a time, BUT is there a possibility to get only a column data from the table directly.
Thanks ahead!