I'm using Selenium with chromeDriver for JavaScript and I want to get all network logs from the Browser with their payload. I searched a lot but, there are ways to get the requests, but only the URL and not the payload. The Chrome Devtools are able to record and track the requests in all of their details, why is there no simple way to do it in JavaScript?
Any help is appreciated!