def goto_profile_page(self):
my = self.waitUntilFindElement(MainPageLocators.MY)
account = self.waitUntilFindElement(MainPageLocators.ACCOUNT)
actions = ActionChains(self.driver)
actions.move_to_element(my).perform()
actions.click(account).perform()
# ActionChains(self.driver).move_to_element(my).click(account).perform()
评论列表
文章目录