Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

134
Vistas
Auto click like buttons on my Feed Instagram directly from Google Chrome's DevTools

The button path is:

enter image description here

The auto click I tried in the DevTools Console was:

document.querySelectorAll('svg[aria-label="Curtir"]').forEach(btn => btn.click());

The error when trying to run:

Uncaught TypeError: btn.click is not a function
    at <anonymous>:1:74
    at NodeList.forEach (<anonymous>)
    at <anonymous>:1:55

Usually on websites this model for clicks works fine, but for Instagram it's not working, what am I doing wrong so that the result is not positive?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Maybe svg elements themselves are not clickable.

document.querySelectorAll('svg[aria-label="Curtir"]').forEach(svg => svg.closest("button").click());

should work :)

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda