'Selenium trying to get elements
I'd like to get the elements by Selenium as the attached pic:
ess-cell class="data-numeric"
However, the following code didn't work even though:
find_element_by_tag_name('div')
part works correctly. Does anyone know why?
row.find_element_by_tag_name('div').find_element_by_tag_name('div').find_elements_by_tag_name('ess-cell')
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|

