Question
3
Replies
117
Views
Infosys Ltd
Posted: December 17, 2019
Last activity: December 18, 2019
Closed
Web Application Interrogation - HTML Table Designer
Hi,
For my project, I have interrogated a web page's table in HTML Table Designer mode.
Facing issue, mentioned in below steps:
I. Using Get Value method , can read the table data.
II. If the table data is matched with the expected data . Then I want to perform click that table data.
Please suggest , To perform the click operation of the specific table data.
Thanks.
If you want to access a cell in one of the rows, you need to provide a key for it. In the automation when you connect the yellow lines to the property of method from the cell or the control within a row, you'll see a key fitting appear on the control. You can supply it an index (if you know the row or if you want to iterate through the rows and check things), or you can provide a query to locate and select the appropriate row. Let me know if you have any more questions and I can put together a quick example from our training site.