I have set up an iframe with a website inside that contains a button which I would like to automatically click when the iframe is loaded. The HTML code for this button is as follows:
<div class="buttonnext action-button-container">
<button type="button" id="nextBtn" class="action-button red0">
<span id="nextBtn-final">
CLICK TO PROCEED
</span>
</button>
</div>