ElementInspector firstTab = tabSet.tabs().get(0);
ElementInspector secondTab = tabSet.tabs().get(1);
TableInspector tabSetAsTable = new TableInspector(tabSet);
TableCellInspector emptySpaceCell = tabSetAsTable.body().row(0).cell(4);
emptySpaceCell.assertStyle("background: beige");
// backBorderStyle="2px solid SpringGreen"
if (selectedTabIndex == 0) {
secondTab.assertStyle("border-left: 2px solid SpringGreen; border-right: 2px solid SpringGreen;");
} else if (selectedTabIndex == 1) {