<script type="text/javascript" src="http://xyz.js"></script>
<script type="text/javascript" src="http://abc.js"></script>
I want extract these Java script values from payload ( my payload is very big .Here, I am showing the required content which need to be fetch from payload)
And i want to fetch all the js value from payload (here count is two but may be more in other cases) and retrieve these values one by one for other functionality.
I don't know how to fetch particular content from payload and if count is more than 1 than how to process all the counts one by one for other functionality.
Please Advice