Given a url, I need all used css attributes for a html nodes including those derived from css files depending on the node attributes.
Is there anything in java that already does this ?
Or can I run a web browser instance in java and hence have the css attributes collected by running javascript in this browser instance ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||
|
|
If performance in your application is critical then i do not suggest you to use browser controls. then you should take the following steps 1) download your web page source code |
|||
|
|