I'm a beginner in using Nightwatch and I'm stuck with the following:
I've got a table that has a <tbody>
and multiple <tr>
s in it. I need to check if a specific word is in one of the cells in the first column.
First, I tried getting the whole table using document.GetElements...
but it appears this is not supported by Nightwatch. Currently, I'm looking for a solution without using Nightwatch custom command.
P.S. I can't create tags yet, so it'd be awesome if someone could create one, like table-to-array
or something like that.