Read all values of HTML table with Selenium
I am trying to read all elements in the following html table and convert it to a dataframe but all the numerical values are not being recorded by my get_attribute function. I have also tried with .get_attribute('td') ,.get_attribute('tr') and .get_attribute('outerHTML')…