You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to use trio-chrome-devtools-protocol, I encountered the need to dynamically retrieve an event class by it's CDP method name in order to wait_for() it or listen() to it
While trying to use
trio-chrome-devtools-protocol
, I encountered the need to dynamically retrieve an event class by it's CDP method name in order towait_for()
it orlisten()
to itIs it possible to add support for that use case?
Maybe something like
cdp.utils.get_event_class()
:The text was updated successfully, but these errors were encountered: