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

Method get_html

seleniumbase/undetected/cdp_driver/tab.py:1336–1338  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1334 return res
1335
1336 async def get_html(self):
1337 element = await self.find("html", timeout=1)
1338 return await element.get_html_async()
1339
1340 async def get_page_source(self):
1341 return await self.get_html()

Callers 5

get_page_sourceMethod · 0.95
solve_captchaMethod · 0.95
html_from_treeFunction · 0.45

Calls 2

findMethod · 0.95
get_html_asyncMethod · 0.80

Tested by

no test coverage detected