I have googled this extensively but can't get to an answer, I'm trying to extract "90,856" in the title. It's value changes over time:
<div class="card hreddeep">
<div class="card-header hbuilt">
<div class="card-body">
<div class="row">
<div class="col-6 text-left">
<div class="h6 text-uppercase param-title">Search<br>Volume</div>
<div class="h4 param-content" title="90,856">
my code is:
find_element_by_xpath("//div[@class='h4-param-content']").get_attribute("title")
grateful for some help. Thanks