MCPcopy Create free account
hub / github.com/Infinity242/KickViewBot / setupWebBrowser

Method setupWebBrowser

KickViewBot.py:16–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14 self.driver = None
15
16 def setupWebBrowser(self):
17 chrome_options = Options()
18 chrome_options.add_argument("--start-minimized")
19 chrome_options.add_argument("--mute-audio")
20 self.driver = uc.Chrome(options=chrome_options)
21
22 def doTest(self):
23 self.setupWebBrowser()

Callers 1

doTestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected