Searched refs:screenshot_name (Results 1 – 3 of 3) sorted by relevance
220 screenshot_name = self.title.replace(' ', '-').lower() + '-screenshot'221 self.take_graphics_utils_screenshot(screenshot_name)222 self.take_browser_tab_screenshot(screenshot_name)224 def take_graphics_utils_screenshot(self, screenshot_name): argument233 full_filename = screenshot_name + '_graphics_utils'238 def take_browser_tab_screenshot(self, screenshot_name): argument248 self.debugdir, screenshot_name + '_browser_tab.png')
107 def take_screenshot(self, screenshot_name): argument122 os.path.join(target_dir, screenshot_name + '.png'))
122 def take_screenshot(self, screenshot_name): argument132 return graphics_utils.take_screenshot('/tmp', screenshot_name)