Skip to content
Advertisement

Tag: webbrowser-control

List javascript urls of a page

is there a way I can extract the list of all the JS imported in a page, maybe via browser console? I’m not looking for only the ones imported via , but also the ones imported by other js scripts. So, let’s say I have a page that is using requirejs, and during the usage of the page, many other

Advertisement