i have a html table and i want to basically loop through each row and each cell per row and simply print out the results. The one thing is some of the cells have input boxes, some have select dropdowns and some have raw content inside the TD.
what is the fastest way to simply looop through every cell in an html table and get the result of each cell. for the select dropdowns i would want to capture the value of the select (not the display text).