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

fixed driver.close() called twice #84

Closed parthibd closed 5 years ago

parthibd commented 5 years ago

By catching exception when driver.close() is called in polling loop , fixed the exception which was cause by calling close() explicitly

alfred82santa commented 5 years ago

too quick: https://github.com/alfred82santa/whalesong/issues/82#issuecomment-465906004