page_taobao.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:spider 作者: luanxiangming 项目源码 文件源码
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()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号