For a HTML page we have produced with JavaScript, we would like to export the output on the console into a text file as it is updated so we can use in on a Java application.
This has to be done automatically every time the console is updated, and not manually.
This has to work with all browsers. All applications are local.
How would it be possible to do this?