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