I am currently using Cobra: Java HTML Renderer & Parser to render an HTML page that is dynamically gener开发者_StackOverflow社区ated based on user choices in a java app.
I am using Cobra parsing engine and I wish to get HTML code of an already parsed page (e.g. after javascripts executions). Is it possib开发者_C百科le to do? Cobra may be replaced with another open-sou
I am trying figure out how to access CSS properties for a DOM node (in this example <img> nodes) using the Cobra/Lobo toolkit. What I have at the moment is:
I\'m using the COBRA HTMLParser but haven\'t had luck parsing one particular tag. Here\'s the source: