I need to download manually the HTML of a dynamic page. I can't use a scraper because the site recognize me.
I tried to inspect the page, but in the Dev Tools I found no way to download the full HTML. What should I do? Pardon I'm quite newbie in Computer Science.
if you want to download the page just click these buttons on your keyboard
CTRL + S
That means you will save the current HTML page to your computer. I hope it's clear and helpful, Thanks!.