alfred82santa / whalesong

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

Setting a random marionette port to support multiple driver instances #95

Closed parthibd closed 5 years ago

parthibd commented 5 years ago

I thing whalesong would benefit a lot if during driver creation we can set up a random free port for marionette to support multiple driver instances . What do you say ?

The challenging part is to get a free random port at driver creation since most solutions are not race safe .

parthibd commented 5 years ago

Made a pull request regarding this .