Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/seleniumbase/SeleniumBase
/ get_page_source
Method
get_page_source
seleniumbase/undetected/cdp_driver/tab.py:1340–1341 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1338
return
await element.get_html_async()
1339
1340
async
def
get_page_source(self):
1341
return
await self.get_html()
1342
1343
async
def
is_element_present(self, selector):
1344
try
:
Callers
nothing calls this directly
Calls
1
get_html
Method · 0.95
Tested by
no test coverage detected