Open UmairAnjum opened 6 years ago
use VNC to create multi desktop session
On Jun 26, 2018 4:31 PM, "UmairAnjum" notifications@github.com wrote:
Hello Is this possible to create multiple instances on web driver. I mean I want to use whats app web on two or more numbers, How I will do this
Thanks in advance
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mukulhase/WebWhatsapp-Wrapper/issues/304, or mute the thread https://github.com/notifications/unsubscribe-auth/AAdkDvpypCnVyk45GyKnlcKRo3_6IKO2ks5uAjeugaJpZM4U38sc .
Or use multiple docker containers and a Selenium Grid. You would also need some kind of controller...
You can very easly also create a new profile in firefox and give it as input to the webdriver.
WebDriver(profile=path_to_profile_folder)
.
In each profile make sure to login to whatsapp with another number and thats it
Hello Is this possible to create multiple instances on web driver. I mean I want to use whats app web on two or more numbers, How I will do this
Thanks in advance