Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
playwright.sync_api._generated.CDPSession Class Reference
Inheritance diagram for playwright.sync_api._generated.CDPSession:
Inheritance graph
[legend]
Collaboration diagram for playwright.sync_api._generated.CDPSession:
Collaboration graph
[legend]

Public Member Functions

typing.Dict send (self, str method, typing.Optional[typing.Dict] params=None)
 
None detach (self)
 
- Public Member Functions inherited from playwright._impl._sync_base.SyncBase
None __init__ (self, Any impl_obj)
 
str __str__ (self)
 
None on (self, Any event, Any f)
 
None once (self, Any event, Any f)
 
None remove_listener (self, Any event, Any f)
 
- Public Member Functions inherited from playwright._impl._impl_to_api_mapping.ImplWrapper
str __repr__ (self)
 

Additional Inherited Members

- Protected Member Functions inherited from playwright._impl._sync_base.SyncBase
Any _sync (self, Union[Coroutine[Any, Any, Any], Generator[Any, Any, Any]] coro)
 
Callable[..., None] _wrap_handler (self, Union[Callable[..., Any], Any] handler)
 
- Protected Attributes inherited from playwright._impl._sync_base.SyncBase
 _dispatcher_fiber
 
 _loop
 
- Protected Attributes inherited from playwright._impl._impl_to_api_mapping.ImplWrapper
 _impl_obj
 

Member Function Documentation

◆ detach()

None playwright.sync_api._generated.CDPSession.detach (   self)
CDPSession.detach

Detaches the CDPSession from the target. Once detached, the CDPSession object won't emit any events and can't be
used to send messages.

◆ send()

typing.Dict playwright.sync_api._generated.CDPSession.send (   self,
str  method,
typing.Optional[typing.Dict]   params = None 
)
CDPSession.send

Parameters
----------
method : str
    Protocol method name.
params : Union[Dict, None]
    Optional method parameters.

Returns
-------
Dict

The documentation for this class was generated from the following file: