alfred82santa / whalesong

Whalesong is an asyncio python library to manage WebApps remotely. Currently WhatsappWeb is implemented
https://whalesong.readthedocs.io
MIT License
51 stars 19 forks source link

Is it possible to check the status of the driver without monitoring the stream ? #80

Closed parthibd closed 5 years ago

parthibd commented 5 years ago

I have gone through the examples . The stream of whalesong is monitored for events . But what I want to know is that is it possible to get the current status of the driver in an async fashion ?

alfred82santa commented 5 years ago

You could get stream model from StreamManager using get_model method.

parthibd commented 5 years ago

That solved my problem :)