Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/seleniumbase/SeleniumBase
/ raw_cdp_zillow.py
File
raw_cdp_zillow.py
examples/cdp_mode/raw_cdp_zillow.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
seleniumbase
import
sb_cdp
2
3
sb = sb_cdp.Chrome(use_chromium=True, ad_block=True)
4
sb.goto(
"https://www.zillow.com/"
)
Callers
nothing calls this directly
Calls
9
query_selector
Method · 0.80
goto
Method · 0.45
sleep
Method · 0.45
type
Method · 0.45
click
Method · 0.45
click_if_visible
Method · 0.45
find_visible_elements
Method · 0.45
scroll_into_view
Method · 0.45
quit
Method · 0.45
Tested by
no test coverage detected