'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 1:[1]
I think you need to mark the "Preserve log" box so that everything that gets recorded does not get deleted.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Fernando Lara |