Last active
October 11, 2021 05:38
-
-
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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