Skip to content

v1.2.0

Compare
Choose a tag to compare
@bhamodi bhamodi released this 12 Jul 18:38
· 8 commits to master since this release
  • [ADDED] Added chromedriver_installer dependency which ensures that chromedriver gets configured properly for the user on any OS.
  • [UPDATED] Replaced explicit wait for Facebook to finish updating friends list with a JavaScript listener to listen for the dynamic ajax call that Facebook makes when updating the friends list.
  • [UPDATED] Updated the implicit wait of selenium from 180 seconds -> 120 seconds.
  • [UPDATED] Updated the login flow to click on login button instead of depending on the Keys module to send an Enter key.
  • [UPDATED] Updated documentation and console output.