So I am pretty dang new to this type of stuff, so I do not know the right words for most of this, but I'll try and give as much details, so somebody can correct me.
When I open inspect element on Chrome, and switch to the "Network" Tab, then visit a website, a ton of items show up in a list here (I don't know what to refer to this page as or the list of things as)
When I visit a website, and I am wanting my program to go through this list of items, and if an item is of Type: "Media" and the name starts with "ABC" I want to copy the link to where it's located. Is this something that's possible with Selenium?