示例#1
0
	def __del__(self):
		self.selenium.stop()
		print self.verificationErrors
		CrawlSpider.__del__(self)
示例#2
0
 def __del__(self):
     self.driver.close()
     print self.verificationErrors
     CrawlSpider.__del__(self)
示例#3
0
 def __del__(self):
     self.selenium.stop()
     print self.verificationErrors
     CrawlSpider.__del__(self)
示例#4
0
 def __del__(self):
     self.driver.close()
     print self.verificationErrors
     CrawlSpider.__del__(self)