Hacker News new | past | comments | ask | show | jobs | submit login

I would probably just try document.getElementsByClass('selector').forEach((el) => el.click()) in the console



Also works:

   $$('selector').forEach(el => el.click())
Every browser console has extra helpers: https://firefox-source-docs.mozilla.org/devtools-user/web_co...




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: