Search code examples
pythonweb-scrapingbrowserpython-requestsscreen-scraping

Browser's Network Tab is not Recording New GET/POST requests but new data are loading


I am trying to scrape the https://mojodice.com website.

So, I checked the network tab. But after the website is loaded I am unable to find the data in the NETWORK TAB of chrome.

Also, New games(lose/win) are being added every minute. But no get/post request in network tab.

screenshot: NetWork Tab of browser is not showing anything but new data are being loaded

Why is this happening? How can find which 'link' is being used to load win/lose data?


Solution

  • I think you need to mark the "Preserve log" box so that everything that gets recorded does not get deleted.