Got this:
<div class="photo" style="background-image: url("my-url.jpg");"> </div>
I have tryed this, but get an error:
javascript{window.document.getElementsByClassName('photo').getPropertyValue('background-image')}
I want to store "my-url.jpg" with selenium ide, so the value of background-image style, and my element has no id. anyone have a solution?