You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.