ThanksI want toExtract the data from the page and parse it to DOM and select <table class="bored"> [ doc.select("table[class=bored]") ] in the driver classSelect <tbody> Select <tr>- Extract the rows from the table.For each column in a row print it's content if not empty by selecting <...