Questions tagged [lobo-cobra]

Cobra is a pure Java HTML renderer and DOM parser that is being developed to support HTML 4, Javascript and CSS 2.

Cobra is a pure Java HTML renderer and DOM parser that is being developed to support HTML 4, Javascript and CSS 2. Cobra can be used as a Javascript-aware and CSS-aware HTML parser, independently of the Cobra rendering engine. Javascript DOM modifications that occur during parsing (e.g. via document.write) will be reflected in the parsed DOM, unless Javascript is disabled. More info at http://lobobrowser.org/cobra.jsp .

4 questions
3
votes
1 answer

Cobra/Lobo Dead?

Are the Cobra and Lobo projects dead? http://lobobrowser.org/cobra.jsp http://lobobrowser.org/java-browser.jsp A.
AAA
  • 31
  • 1
1
vote
1 answer

no clientlets found for response, using the lobo browser

i am using the lobo browser, and when i run the example code, i keep getting the following exception: java.lang.IllegalStateException: No clientlets found for response:…
jake
  • 1,405
  • 3
  • 19
  • 33
1
vote
2 answers

Scrolling to the other part of the webpage

I am rendering a webpage and trying to scroll to a location within it. However, the scrolling doesn't work. This is my code... import org.lobobrowser.html.*; import org.lobobrowser.html.gui.HtmlPanel; import org.lobobrowser.html.parser.*; import…
lonesome
  • 2,503
  • 6
  • 35
  • 61
0
votes
1 answer

Any way to take screenshot of URL in java

Please suggest the way to take screenshot of URL/HTMLFile in java. I am trying with LOBO Browser and able to Open URL in jframe but not able to take screenshot of content inside jframe. Please check code sample import…
apiGcal
  • 1
  • 1