B4J Question Taking snapshot of webpage

Bruce Axtens

Active Member
Licensed User
Longtime User
Is there a way, in B4J, to load a web page into a buffer, render all its graphics and then capture specific HighCharts charts from the page?

I have code to do this (JScript calling InternetExplorer.Application) but it's a bit clunky.

Here's another way of asking the same thing: Is there a way of loading a web page into a local DOM container for traversal?
 
Last edited:
Top