I'm using BeautifulSoup and I would like to know how I can get the value $45.00 from this HTML path?
<p style="color: rgb(153, 153, 153); margin-bottom: 0px; font-size: 12px;" data-open-accessibility-text-original="12px">
$45.00
</p>
I'm using BeautifulSoup and I would like to know how I can get the value $45.00 from this HTML path?
<p style="color: rgb(153, 153, 153); margin-bottom: 0px; font-size: 12px;" data-open-accessibility-text-original="12px">
$45.00
</p>
, not picking up subsequent paragraphs](https://stackoverflow.com/questions/12451997/beautifulsoup-gettext-from-between-p-not-picking-up-subsequent-paragraphs)
– monk May 05 '22 at 19:29