//check is single selection performed well
dataTable("fn:popupDataTable").checkSelectedIndex(rowIndex);
//check: is popupLayers are visible
ElementInspector bodyPopup = element("fn:popupDataTable:" + rowIndex + ":body_popup");
bodyPopup.assertVisible(true);
ElementInspector bodyPopup1 = element("fn:popupDataTable:" + rowIndex + ":body_popup1");
bodyPopup1.assertVisible(true);
//get text from the invoked popupLayers
String currentFirstCellValue = bodyPopup.text().substring(0, 9);