mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.02k stars 797 forks source link

Creating new groups + sendLinkWithAutoPreview #1035

Open fire17 opened 3 years ago

fire17 commented 3 years ago

hey guys im having some issues with opening new groups: I'm calling

code = "WAPI.createGroup('"+newGroupName+"', '"+number+"@c.us"+"')"
self.driver.execute_script(script=code)

it used to work great, now getting selenium.common.exceptions.JavascriptException: Message: javascript error: window.Store.WapQuery.createGroup is not a function

benzaked commented 3 years ago

Same here :( I opened an Issue in Venom here: https://github.com/orkestral/venom/issues/954