Skip to content

Instantly share code, notes, and snippets.

@yurenju
Last active July 5, 2016 02:00
Show Gist options
  • Save yurenju/357f6c59e85a6c85a7b281efd11b84e6 to your computer and use it in GitHub Desktop.
Save yurenju/357f6c59e85a6c85a7b281efd11b84e6 to your computer and use it in GitHub Desktop.
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