def __init__( self, bid, sleep_time, threshold, printq ):
self.bid = bid
self.sleep_time = sleep_time
self.threshold = threshold
self.emails = []
self.passwords = []
self.printq = printq
self.count = 0
self.finished = False
self.display = Display( visible=0, size=( 1280, 800 ) )
self.display.start()
self.browser = webdriver.Firefox()
self.printq.put( "[>] Initialized browser {}".format( str( self.bid ) ) )
评论列表
文章目录