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

Method get_document

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

Source from the content-addressed store, hash-verified

1862 await self.solve_captcha()
1863
1864 async def get_document(self):
1865 return await self.send(cdp.dom.get_document())
1866
1867 async def get_flattened_document(self):
1868 return await self.send(cdp.dom.get_flattened_document())

Callers 6

updateMethod · 0.45
query_selector_allMethod · 0.45
query_selectorMethod · 0.45
find_elements_by_textMethod · 0.45
find_element_by_textMethod · 0.45
get_contentMethod · 0.45

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected