Skip to content

Instantly share code, notes, and snippets.

@kmkmjhyiiiu
Created July 12, 2020 10:34
Show Gist options
  • Save kmkmjhyiiiu/a0ca311835fb614adca5a1d4b1bfd704 to your computer and use it in GitHub Desktop.
Save kmkmjhyiiiu/a0ca311835fb614adca5a1d4b1bfd704 to your computer and use it in GitHub Desktop.
it clicks at refresh buttons when we perform search and results are return
let btns = document.querySelectorAll('.actionsCell-button');
for(var i=0; i < btns.length; i++){
btns[i].click();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment