Hi there, so I'm building yet another bot with CURL, I've mastered a lot of CURL as it stands however this one I need to control JS site, as CURL doesn't support JS, I need to find a way to track where and how the forms are submitted.
Heres the catch, firebug won't show anything, FORM submits to self without a refresh so it's handled via JS, but if it was, then firebug would show it right?
Doesn't do it tho.. Is there a different tool I could use to track it?
Or how do I track things such as what code was fired upon a click of a button?
Any tips would be useful,
Thanks
Heres the catch, firebug won't show anything, FORM submits to self without a refresh so it's handled via JS, but if it was, then firebug would show it right?
Doesn't do it tho.. Is there a different tool I could use to track it?
Or how do I track things such as what code was fired upon a click of a button?
Any tips would be useful,
Thanks