table
Table is ready to use component for extracting data an UI table
Table in web application is very important and complex structure holding lot of data. To simplify extracting data from a complex table, qatts have inbuilt component. Just need to config locators of the table, headers, columns and rest of it is magic created by our engineers.
Based on your scenario you can configure properties for quick results:
Extract selected Columns only and Map to Product Element
Use prop.column:[Product Element Name] property to define each column and respective product element
Extract columns without product element definition
>>Extract selected Columns and Map to Product Element
Locator Type & Path must be given for row array. Not to the table. Column locator has to be relative to row.
Use below advanced props for table element type
Last updated