tests_selenium.py 文件源码

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

项目:timestrap 作者: overshard 项目源码 文件源码
def clear(self, element):
        """Send back space commands to clear a form field element. This is used
        because Selenium's built-in clear() method is inconsistent."""
        value = element.get_attribute('value')
        if len(value) > 0:
            for char in value:
                element.send_keys(Keys.BACK_SPACE)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号