Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/seleniumbase/SeleniumBase
/ get
Method
get
seleniumbase/undetected/__init__.py:426–428 ·
view source on GitHub ↗
(self, url)
Source
from the content-addressed store, hash-verified
424
time.sleep(0.05)
425
426
def
get(self, url):
427
self.remove_cdc_props_as_needed()
428
return
super().get(url)
429
430
def
add_cdp_listener(self, event_name, callback):
431
if
(
Callers
4
tab_list
Method · 0.95
__init__
Method · 0.45
window_new
Method · 0.45
find_chrome_executable
Function · 0.45
Calls
1
remove_cdc_props_as_needed
Method · 0.95
Tested by
no test coverage detected