Created
December 4, 2013 00:03
-
-
Save edwindotcom/7780009 to your computer and use it in GitHub Desktop.
way to print iframes on b2g
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
self.marionette.switch_to_frame() | |
iframes = self.marionette.find_elements(*self._frame_locator) | |
for iframe in iframes: | |
print 'src', iframe.get_attribute("src") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment