in reply to Re^5: Scrap shadow DOM website with Perl
in thread Scrap shadow DOM website with Perl

Use the developer tools to identify the endpoints and what gets passed to/returned by them. Use Mojo::UserAgent to do that very task, send the required data, process the response.

  • Comment on Re^6: Scrap shadow DOM website with Perl