MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / patch

Method patch

seleniumbase/undetected/patcher.py:121–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119 return self.patch()
120
121 def patch(self):
122 self.patch_exe()
123 return self.is_binary_patched()
124
125 def fetch_release_number(self):
126 from urllib.request import urlopen

Callers 1

autoMethod · 0.95

Calls 2

patch_exeMethod · 0.95
is_binary_patchedMethod · 0.95

Tested by

no test coverage detected