Searched refs:number_of_items_in_popup_by_xpath (Results 1 – 5 of 5) sorted by relevance
306 if self.number_of_items_in_popup_by_xpath(xpath) == 0:327 return self.number_of_items_in_popup_by_xpath(xpath, alert_handler)330 def number_of_items_in_popup_by_xpath(self, xpath, alert_handler=None): member in WebDriverCoreHelpers378 if self.number_of_items_in_popup_by_xpath(xpath) == 0:
101 while self.number_of_items_in_popup_by_xpath(xpath) < 2:
182 if self.number_of_items_in_popup_by_xpath(xpath) == 0:
183 if self.number_of_items_in_popup_by_xpath(xpath) == 0:
196 while self.number_of_items_in_popup_by_xpath(xpath) < 3: