webdriver.py 文件源码

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

项目:amazon_order_history_scraper 作者: drewctate 项目源码 文件源码
def quit(self):
        """Quits the driver and close every associated window."""
        try:
            RemoteWebDriver.quit(self)
        except (http_client.BadStatusLine, socket.error):
            # Happens if Firefox shutsdown before we've read the response from
            # the socket.
            pass
        if "specificationLevel" in self.capabilities:
            self.service.stop()
        else:
            self.binary.kill()
        try:
            shutil.rmtree(self.profile.path)
            if self.profile.tempfolder is not None:
                shutil.rmtree(self.profile.tempfolder)
        except Exception as e:
            print(str(e))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号