Skip to content

Instantly share code, notes, and snippets.

@BrunoGiubilei
Created November 3, 2019 19:38
Show Gist options
  • Save BrunoGiubilei/179a95f2010dc29774664fa354dcc893 to your computer and use it in GitHub Desktop.
Save BrunoGiubilei/179a95f2010dc29774664fa354dcc893 to your computer and use it in GitHub Desktop.
Encontrar todos os IDs de uma página
[...new Set($$("*").map(e => e.nodeName.toLowerCase()))]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment