frontiersin scraping codes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // The RegEx string used to get name is | |
| Correspondence:<\/span>([^<]*) | |
| // JS code for pagination | |
| list = document.getElementsByClassName('entities-list articles')[0].children; | |
| list[list.length-1].scrollIntoView(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment