I have a Perl program that extracts data from web pages using get(URL).
Everything was running smoothly until I encountered a webpage with AngularJS.
The problem now is that get(URL) does not retrieve the full content as AngularJS modifies the HTML content in the browser.
Is there a way to access the complete content, perhaps by utilizing a browser module?
Thanks, W. Curth