I have a website I would like to click a button on then scrape the website using python the html code between the button is:
<span id="exchange-testing" class="exchange-input nav-link" data track="&lid=testing&lpos=site_settings" data-value="testing">Testing</span>
Is this possible? I am able to scrape all the data I need from the page but I need to click the button first.
Any help would be appreciated