Question
1
Replies
116
Views
Ajuba Solutions India PVT Ltd
Posted: May 14, 2019
Last activity: May 14, 2019
Closed
HTML table Designer-Universal web adapter
Hi,
I am using universal web adapter for interrogating a web application. Actually, My task is to get the table items data to export in excel. I have checked the community and tried using clones option. However unable to get the solutions in community. Can anyone tell me how to interrogate the table and get the values of column in table?
Regards,
Sakthivel R.
***Edited by Moderator: Lochan to update platform capability tags***
Without access to your specific table, there's no way to provide specific directions. The concept though is pretty simple;
Interrogate the table row using the "select element" option and set it as a container. The interrogate the cells you need and they should appear beneath the table row. Make sure none of the match rules are specific to a given row. Then you can enable UseKeys on the row. In your automation, you can call GetClones and pass that result to a listLoop. You can extract a proxy from the listLoop to get a proxy for the current row. You can use the Key property to pass to any of the cells you need and store their values in your lookup table.