I'm trying to retrieve an url form background-image. So far i've managed to get the style however i can't seem to only get url.
What i managed so far:
//div[@class='opponent opponent1']/div[@class='team-player']/@style
Html example:
<div class="opponent opponent1">
<div class="team-player" style="background-image: url('/uploads/test.jpeg')"></div>
<h3><a href="#">Team EnVyUs</a></h3>
</div>