Created
March 25, 2019 12:31
-
-
Save hopewise/0ac6a48b3502a42554ca5ba61dd258df to your computer and use it in GitHub Desktop.
Extract all screen titles in sketch.cloud
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
#might need to change selector.. | |
for (var i=0; i< $$(".sc-gacfCG").length; i++) console.log(i, $$(".sc-gacfCG")[i].textContent); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For exporting title, image url and link
then, split text to columns using "@"