Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 714 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 714 Bytes

whatsapp-messager CircleCI

Send WhatsApp message by web interface through selenium test.

Prerequisite

  1. A hosting Operating System with GUI
  2. Install Google Chrome
  3. Download Selenium chromedriver
  4. Must start this server in GUI
  5. Keep browser open and server running

Send message

  1. Start server java -jar whatsapp-messager.jar
  2. Login whatsapp by scanning barcode on opened browser (or get barcode from - http://<host>:<port>/login/barcode)
  3. Send message by
http://<host>:<port>/sendto/<phone number>?message=<message to send>