The xpath for the row is as follows:
//*[@id="the-results-table"]/tbody/tr[<row #>]
As I stated I get all the data for the row, but the span always comes up blank as if there is nothing there. The display shows a check box, but I can't see anything in the resulting data. I have tried every xpath I can think of, the full table, by row, by section. Once again I get only the visible data, and not the check box..
I gave up on this method. Ended up changing over to puppeteer. I thought it would have been easy to do in KM, but I don't think it's really designed for what I was trying to do.
I was able to get it running in puppeteer in less than an hour.
I am not sure how to extract the actual html code from the webpage in the scripting.
You could do that, but then you have to deal with the parsing in the macro tool set. It's just much easier to find what I needed using JS, and Puppeteer.
I know I could have added JS to KM, but it would have been quite a bit more work than just coding a script using puppeteer.
Believe me when I say KM is an AWESOME tool.. I love it for 95% of cases.