【发布时间】:2021-04-09 17:00:42
【问题描述】:
我需要返回一个有“加载更多”按钮的网站。我将不得不按 100 次,每次都必须向下滚动到页面底部才能点击它。
有没有办法通过在 Chrome 控制台中粘贴 som Javascript 来调用该函数?
<button class="button-dark button-icon--next button-right" ng-hide="vm.fetchingMoreData" ng-if="vm.pageNo <= vm.numberOfTransactions" ng-click="vm.showMoreTransactions()" ng-disabled="vm.fetchingMoreData" ng-bind="'see_more' | i18n">Show more</button>
【问题讨论】:
标签: javascript html google-chrome button