Using python how can I get the background image using selenium? Which has an inline CSS? I want to get the image URL from the background-image: url()
<div id="pic" class="pic" data-type="image" style=" background-image: url(http://test.com/images/image.png;); height: 306px; background-size: cover;"></div>