Searched refs:screenshot_name (Results 1 – 3 of 3) sorted by relevance
213 screenshot_name = self.title.replace(' ', '-').lower() + '-screenshot'214 self.take_graphics_utils_screenshot(screenshot_name)215 self.take_browser_tab_screenshot(screenshot_name)217 def take_graphics_utils_screenshot(self, screenshot_name): argument226 full_filename = screenshot_name + '_graphics_utils'231 def take_browser_tab_screenshot(self, screenshot_name): argument241 self.debugdir, screenshot_name + '_browser_tab.png')
101 def take_screenshot(self, screenshot_name): argument116 os.path.join(target_dir, screenshot_name + '.png'))
114 def take_screenshot(self, screenshot_name): argument124 return graphics_utils.take_screenshot('/tmp', screenshot_name)