Created
August 3, 2016 20:47
-
-
Save amitaibu/128c77c7e2174f1d56e8a0a832ac8e3c 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
print '<div class="debug">'; | |
print_r($some_val); | |
print '</div>'; | |
print_r($this->getSession()->getPage()->find('css', '.debug')->getHtml()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment