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

--single-process is not supported in windows #105

Closed vasani-arpit closed 5 years ago

vasani-arpit commented 5 years ago

Describe the bug So I was trying to run this on windows PC and chrome was throwing an error due to --single-process flag in driver_chromium.py is not being supported in windows

Additional context Either we can remove it or we can make it conditional based on platform.

parthibd commented 5 years ago

Use firefox. The chromium driver is a bit buggy.