Skip to content

Instantly share code, notes, and snippets.

@mottet-dev
Created September 11, 2018 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mottet-dev/ca8e5f748054b50d53a0b85282b03f2c to your computer and use it in GitHub Desktop.
Save mottet-dev/ca8e5f748054b50d53a0b85282b03f2c to your computer and use it in GitHub Desktop.
followersList = self.browser.find_element_by_css_selector('div[role=\'dialog\'] ul')
numberOfFollowersInList = len(followersList.find_elements_by_css_selector('li'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment