I'm using Simple HTML DOM to scraping content to external page but sometimes the external page show the Age Verification and i can't scraping.
For scraping i have click on button to confirm my age, code:
<a class="btn_grey btn_medium" href="#" onclick="HideAgeGate()"><span>View page</span></a>
But how i can click or execute the function HideAgeGate() with Simple HTML DOM? or exist a other way?