MCPcopy Create free account
hub / github.com/Jack-Cherish/python-spider / __init__

Method __init__

geetest.py:77–82  ·  view source on GitHub ↗
(self,keyword)

Source from the content-addressed store, hash-verified

75
76class Crack():
77 def __init__(self,keyword):
78 self.url = '*'
79 self.browser = webdriver.Chrome('D:\\chromedriver.exe')
80 self.wait = WebDriverWait(self.browser, 100)
81 self.keyword = keyword
82 self.BORDER = 6
83
84 def open(self):
85 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected