I loaded a page with an iframe inside a webpage of my site. Now, I need to auto click the button into the iframe, after the page is loaded.
The button code is:
<button type="button" id="submit-button" class="btn trusted-commit-payment">pay now!</button>
Can anyone tell me the code to do this?