How to click on Load More button within Google Trends and print all the titles through Selenium and Python
this time I would like to click a button in order to load more real-time searches. Here is the link of the website: https://trends.google.com/trends/trendingsearches/realtime?geo=AR&category=all The button is located at the end of the page and it has the following code: <div class="feed-load-more-button" ng-if="ctrl.shouldShowLoadingMoreItemsSpinner()" ng-click="ctrl.loadMoreFeedItems()" role="button" tabindex="0" style=""> Load more </div> Since theres some AngularJS involved I cant figure out how to do it... Any tips/help? Thank you guys, Joan To click on LOAD MORE button to load more real