facebook.py 文件源码

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

项目:facebook-automation 作者: sjsafranek 项目源码 文件源码
def _slow_type(self,word,elem):
        """ Mimics a human user typing """
        typing_speed = 42 #50 #wpm
        for letter in word:
            elem.send_keys(letter)
            time.sleep(random.random()*10.0/typing_speed)
        elem.send_keys(Keys.ENTER)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号