WebWhatsappBot
WebWhatsappBot copied to clipboard
Core to automatize whatsapp - working 11/2018
 Please have a look on this line js.ExecuteScript(Scripting.newMessageScan);
unknown error: webpackJsonp is not defined (Session info: chrome=92.0.4515.159) (Driver info: chromedriver=2.33.506120 (e3e53437346286c0bc2d2dc9aa4915ba81d9023f),platform=Windows NT 10.0.19043 x86_64)' 
An unhandled exception of type 'OpenQA.Selenium.WebDriverException' occurred in WebDriver.dll Additional information: javascript error: Chats[chat].sendMessage is not a function (Session info: chrome=80.0.3987.122)
Application is not able to capture browser events. The following error appears in the browser console: uncaught (in promise) domexception
BaseClas.cs > IJavaScriptExecutor js = driver as IJavaScriptExecutor; > js.ExecuteScript(Scripting.newMessageScan);** detail: System.InvalidOperationException HResult=0x80131509 Message=unknown error: Cannot read property 'call' of undefined (Session info: chrome=74.0.3729.169) (Driver info: chromedriver=2.33.506120 (e3e53437346286c0bc2d2dc9aa4915ba81d9023f),platform=Windows NT 10.0.17763...
Hi, I'm trying to read previous messages as well, would you suggest a way to do so? Thank you
it's posibble using the javascript api send images ? I am interested in helping with the project, if you want we get in touch I don't know put question label,...
How can I send message to phone number where it's not in the contact list? When the destination number in the contact or the number sent my me first I...
1. Method `GetQRImageRAW `is not working. I'm trying to change to `driver.FindElement(By.XPath("//*[@id=\"app\"]/div/div/div[2]/div[1]/div[2]/div/img"));` and it's now working 2. To check if the phone is connected or successfully scanned I'm using this...
hi, Can you send me simple example how to send message using this API Thank You