How can I scrape text from a web page that is generated by javascript?

hh hh at hyperhh.de
Mon Jul 24 09:23:28 EDT 2017


> Roger E. wrote:
> Is there a browser widget command that will do it?

(Yet another option):

YES.

Set the URL of a browser widget to https://www.coinbase.com/charts
and get (via a timer) the htmltext of the browser widget. This is the
_generated_ source.

You can now search and find the needed offsets of the tags.
OR
Get the needed class-elements via javascript (more lengthy).




More information about the use-livecode mailing list