I know this question seems to have been asked before, but when I try emulating the responses that worked for others, there is still an issue.
My code is:
table = driver.find_element_by_xpath('//*[@id="tabdocsumtable"]/tbody')
entries = table.find_elements_by_class('rprt')
I am getting
AttributeError: 'WebElement' object has no attribute 'find_element_by_class'
Link to webpage: https://www.ncbi.nlm.nih.gov/clinvar/?term=setx%5Bgene%5D
table.find_elements_by_class_name? I'll post as an answer if leaving off_namewas your issue.