tags:

views:

25

answers:

1

I'm using Hpricot to parse an html page, but need to get the computed styles for each element. For example, if I have an h1 Hpricot element and the external CSS for the page has a background-image defined for h1's, how can I find out what the background-image is?

A: 

may be Selenium framework can help you?

zed_0xff