这个html是“更新图表”按钮
<button type="button" id="updateGraphButton_submit1" name="authEvalUpdate" class="btn btn-primary fontNormal">
<span> class="btnText">Update Graph</span>
</button>
我想在此网站上提交“ 2017”而不是第二个2009。
所以我尝试分析js。
https://www.scopus.com/gzip_85909950/bundles/AuthorEvaluatorBottomMaster.js
我发现了这段代码。
jQuery('#authHirschPage').on('click','#updateGraphButton_submit1',AuthEval.updateResults);
我有信心该按钮与以上相关。但仍不知道如何提交这些获得2009〜2017年图表的值。
相关分类