Last active
July 5, 2016 02:00
-
-
Save yurenju/357f6c59e85a6c85a7b281efd11b84e6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
const articlesSelector = 'a.item_link.start_articleview'; | |
client | |
.elements('css selector', articlesSelector, function(array) { | |
current = array.value.length; | |
callback(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment