I want to create a report where all the user input fields,buttons of a url and it's hyperlinks will be listed. Is there any tool available in the market?If available can it be run on GWT application?
Asked
Active
Viewed 82 times
0
-
Check out [this](http://stackoverflow.com/questions/2214066/get-list-of-all-input-objects-using-javascript-without-accessing-a-form-obj) Stackoverflow-question – Lars Erik Storbukås Feb 27 '15 at 11:42
-
In the above link the input fields get counted by the js code of same application. In my case an external application will scan the targeted web application. – Tapanayan Mar 03 '15 at 08:24