Created
November 26, 2015 01:57
-
-
Save CVertex/d3d19bb888e4a6e93614 to your computer and use it in GitHub Desktop.
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
| $('.table-itc-testers tr.ng-scope').each(function(i,val) { | |
| var el = $(val); | |
| var email = el.find('td:nth-child(2)').find('span:first').text() | |
| //console.log(email) | |
| var name = el.find('td:nth-child(3)').find('span:first').text(); | |
| console.log(name + ','+email); | |
| }); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run in Safari console when viewing iTC external testflight testers