keys property

String keys
final

CSS selector for selecting keys row (for HTML tables) JSON path selector for keys (for JSON tables)

This field is required and specifies how to identify the keys/headers in a table structure. For HTML tables, this would be a CSS selector like "tr:first-child th" or "thead th". For JSON tables, this would be a JSON path like "$.headers" or "$.columns".

Implementation

final String keys;