Am scraping data from the table, which is having 4 columns.
So when I used find_text() method it is giving 4 columns data as an array, but if any of <td> is having empty data then it is skipping that and giving less number of items in the array which causing problem.
Please help me out.
Thanks.