Searched refs:object_by_xpath_exist (Results 1 – 9 of 9) sorted by relevance
106 while self.object_by_xpath_exist("ddwrt_message") and timeout < 60:251 if (self.object_by_xpath_exist('//input[@name="ath0_passphrase"]')252 or self.object_by_xpath_exist('//input[@name="ath0_wpa_psk"]')):
213 if self.object_by_xpath_exist(xpath):244 return self.object_by_xpath_exist(xpath)247 def object_by_xpath_exist(self, xpath): member in WebDriverCoreHelpers
61 if not self.object_by_xpath_exist(pwd):84 if self.object_by_xpath_exist(button_xpath):
18 if self.object_by_xpath_exist(reboot_button):
48 while element and not(self.object_by_xpath_exist(xpath_done)):
79 if not self.object_by_xpath_exist('//input[@id="user_pwd"]'):
44 if self.object_by_xpath_exist(reboot_button):
25 if not self.object_by_xpath_exist(pwd):
71 while element and not(self.object_by_xpath_exist(xpath_done)):