test_selenium.py 文件源码

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

项目:varapp-backend-py 作者: varapp 项目源码 文件源码
def robust_click(self, elt):
        """Click on the element, for the click() method is bugged half of the time"""
        self.driver.execute_script("arguments[0].scrollIntoView(true);", elt)
        action = ActionChains(self.driver)
        action.move_to_element(elt).click().perform()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号