I have an element that looks like this:
<td style="font-weight: bold; text-align:right;"></td>
Is there anyway to change or detect the blank value between the tags in selenium python?
P/S: This is just an example. There are many elements like this in the data I'm working with.