69 # populate Meta tags |
69 # populate Meta tags |
70 browser.page().runJavaScript(Scripts.getAllMetaAttributes(), |
70 browser.page().runJavaScript(Scripts.getAllMetaAttributes(), |
71 self.__processMetaAttributes) |
71 self.__processMetaAttributes) |
72 |
72 |
73 # populate Media tab |
73 # populate Media tab |
74 browser.page().runJavaScript(Scripts.getAllImages(), |
74 browser.page().runJavaScript(Scripts.getAllImages(), |
75 self.__processImageTags) |
75 self.__processImageTags) |
76 |
76 |
77 def __processImageTags(self, res): |
77 def __processImageTags(self, res): |
78 """ |
78 """ |
79 Private method to process the image tags. |
79 Private method to process the image tags. |