Created
October 28, 2017 15:17
-
-
Save wincentbalin/3e90258073cea2b7f30305c8003d8468 to your computer and use it in GitHub Desktop.
Dump innerHTML at Firefox console
This file contains 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
$x('//div[@class="content"]').forEach(function(el) { console.log(el.innerHTML); console.log('----'); }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment