I have a button that refreshes data.
I would like to generate 10 clicks on this button.
<data-box class="market" [data]="data">
<h2>Data</h2>
<img class="refresh" src="assets/img/refresh.png" (click)="getMarketData()"/>
</data-box>
I want a function that clicks the button (not call the function that is triggered by the button)