Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ body
Method
body
playwright/_impl/_network.py:920–925 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
918
await on_finished_task
919
920
async
def
body(self) -> bytes:
921
binary = await self._channel.send(
922
"body"
,
923
None,
924
)
925
return
base64.b64decode(binary)
926
927
async
def
text(self) -> str:
928
content = await self.body()
Callers
15
text
Method · 0.95
_inner_fulfill
Method · 0.45
test_should_be_able_to_match_a_url_relative_to_its_given_url_with_urlmatcher
Function · 0.45
test_should_dispose_global_request
Function · 0.45
test_should_return_empty_body
Function · 0.45
test_should_chain_once
Function · 0.45
test_should_not_chain_fulfill
Function · 0.45
test_response_body_should_work
Function · 0.45
test_response_body_should_work_with_compression
Function · 0.45
test_should_intercept_with_url_override
Function · 0.45
test_should_chain_once
Function · 0.45
test_should_not_chain_fulfill
Function · 0.45
Calls
1
send
Method · 0.45
Tested by
15
test_should_be_able_to_match_a_url_relative_to_its_given_url_with_urlmatcher
Function · 0.36
test_should_dispose_global_request
Function · 0.36
test_should_return_empty_body
Function · 0.36
test_should_chain_once
Function · 0.36
test_should_not_chain_fulfill
Function · 0.36
test_response_body_should_work
Function · 0.36
test_response_body_should_work_with_compression
Function · 0.36
test_should_intercept_with_url_override
Function · 0.36
test_should_chain_once
Function · 0.36
test_should_not_chain_fulfill
Function · 0.36
test_should_dispose_global_request
Function · 0.36
test_should_return_empty_body
Function · 0.36