MCPcopy Index your code
hub / github.com/microsoft/playwright-python / server_addr

Method server_addr

playwright/sync_api/_generated.py:606–616  ·  view source on GitHub ↗

Response.server_addr Returns the IP address and port of the server. Returns ------- Union[{ipAddress: str, port: int}, None]

(self)

Source from the content-addressed store, hash-verified

604 )
605
606 def server_addr(self) -> typing.Optional[RemoteAddr]:
607 """Response.server_addr
608
609 Returns the IP address and port of the server.
610
611 Returns
612 -------
613 Union[{ipAddress: str, port: int}, None]
614 """
615
616 return mapping.from_impl_nullable(self._sync(self._impl_obj.server_addr()))
617
618 def security_details(self) -> typing.Optional[SecurityDetails]:
619 """Response.security_details

Callers 1

server_addrMethod · 0.45

Calls 2

from_impl_nullableMethod · 0.80
_syncMethod · 0.45

Tested by

no test coverage detected