示例#1
0
 def browser_menu_list(self):
     el = self.find_element(*self._browser_menu_list_locator)
     return MenuList(self, root=el)
示例#2
0
 def mac_download_list(self):
     el = self.find_element(*self._mac_download_list_locator)
     return MenuList(self, root=el)