def __del__(self): self.selenium.stop() print self.verificationErrors CrawlSpider.__del__(self)
def __del__(self): self.driver.close() print self.verificationErrors CrawlSpider.__del__(self)