I'm attempting to retrieve the content of a cell within a table, with the following CSS structure:
<div data-testid="cellvalue_row-1_col-0" class="Table-cellContent" xpath="1"><span data-testid="tableCellContent_text">Dummy</span></div>
Is it possible to extract "DUMMY" using nightwatch.js page commands?