Do I understand correctly that there are 2 ways to define js code in html page?:
"src":...
<script src="/__api_request.js"></script>
...
"srcipt" body:...
<script ...>__js_code__</script>
...
If I am right, then how then to parse and execute both types of js code from html page without selenium (all inserts)?