Hi all!
I'm automating the manual testing of some Web Application.
This app uses a lot number of JavaScript. And I want to know, what scripts executes when I manually clicking some button. Here is the example of button's code:
<button type="button" class="x-btn-text " id="ext-gen525" title="Add Options">Add</button>
This button adds row into table on page using AJAX. As you can see, declaration of this button not contain block "onclick" or something like this. How can I know what script executes on clicking this button?