When using the dev console on Chrome and going to the network tab, i can get the video streams on the site by looking for requests with an m3u8 url. How can i get this data in Selenium, without using third party tools like a proxy - maybe selenium has ways to access the developer console?
I see similar questions with no answer here, but i cant imagine that its not possible