My overall goal is to iterate through every tr in this table and go through several td's per tr and print out the text in them.
I've tried going back as far as the body yet still no luck. ideally I would like to just run a forloop through table[@id='aui']/tbody/tr[i]/td[i] where i is the variable in the range(0, sizeOfTable)
ele = driver.find_elements_by_xpath("//body/div[@id='page']/section[@id='content']/div[@class='aui-page-panel']/div[@class='aui-page-panel-inner']/section[@class='aui-page-panel-content']/div[@class='aui-page-panel']/div[@class='aui-page-panel-inner']/section[@class='aui-page-panel-content']/div[@class='module']/div[@id='projects']/div[@class='p-list']/table[@id='aui']/tbody/tr[1]/td[1]")
right now when I run print(ele.text) after creating ele, it just prints out an empty list

{}button, don't paste pure text content as picture here.