item2.assertStyle("font-size: 18px;");
else
item2.childNodesByName("td").get(0).assertStyle("font-size: 18px;");
item2.assertStyle("color: Teal;");
popup.assertStyle("border: 1px dotted red");
TableInspector itemsTable = popup.itemsTable();
ElementInspector firstFooterCell = itemsTable.subElement("tfoot[0]/tr[0]/td[0]");
firstFooterCell.assertStyle("color: silver");