Created
April 27, 2020 14:13
-
-
Save andy3520/7b9f7f99b1468bf1eb6a951a8e9820ab to your computer and use it in GitHub Desktop.
Click accept all linkedin connect with js
This file contains 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 acceptButtons = document.querySelectorAll('.invitation-card__action-btn.artdeco-button.artdeco-button--2.artdeco-button--secondary.ember-view > span') | |
acceptButtons.forEach(acc => { | |
acc.click() | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment