Table property

AbstractSelector get Table

Table id is not unique, so we need to use the index to get the right table usually the first table is the one we want to use

Implementation

static AbstractSelector get Table => Css('table[role="grid"]');