Finally I figured how to use Node.js. Installed all libraries/extensions. So puppeteer is working, but as it was previous with Xmlhttp... it gets only template/body of the p
let bodyHTML = await page.evaluate(() => document.documentElement.outerHTML);
This