Searched refs:total_tries (Results 1 – 2 of 2) sorted by relevance
173 def navigate_to_url_with_retry(self, url, total_tries=1): argument183 for i in xrange(total_tries):187 if i == total_tries - 1:191 '%s tries.' % (url, total_tries))209 self.navigate_to_url_with_retry(url=self.TEST_URL, total_tries=2)
468 total_tries = 2469 for i in xrange(total_tries):474 if i == total_tries - 1: