Skip to content

Instantly share code, notes, and snippets.

@GiriAakula
Last active October 11, 2021 05:38
Show Gist options
  • Save GiriAakula/747b3a8a7359ef918840df447d71bda8 to your computer and use it in GitHub Desktop.
Save GiriAakula/747b3a8a7359ef918840df447d71bda8 to your computer and use it in GitHub Desktop.
Loop through all the elements in the table and get particular text content in particular coloumn.
// This is for getting data from aws s3 bucket UI.
document.querySelector("something").children.forEach(child => console.log(child.children[1].textContent))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment