Skip to content

Latest commit

 

History

History

whatsapp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Example to send messages from python

preperations

1.install python 2.install python selenium

C:\Python38-32\Scripts>pip3 install selenium
  1. install chrome driver from https://chromedriver.chromium.org/
  • locate in PATH- C:\Program Files (x86)\Google\Chrome\Application)
  • or add predefined path in the code :
    driver = webdriver.Chrome("C:/my-path/chromedriver_win32/chromedriver.exe")