<a href="http://link.com">
<div style="background-image:url(https://imageurl.jpeg);">
</div>
</a>
Is there a selector in xpath that allows for getting the value of a certain css declaration, bearing in mind that it is an inline style.
In the code example above I want to retrieve the value of the "background-image" prop.