aydinnyunus / WhatsappBOT

Send messages to any person in any time how much you want.
439 stars 104 forks source link

Update WhatsappBot.py #32

Closed ilias-anouar closed 7 months ago

ilias-anouar commented 7 months ago

the key executable_path will be deprecated in the upcoming releases.

  1. Webdriver Manager for Python is installed : pip3 install webdriver-manager

  2. Selenium v4 compatible Code Block :
    `from selenium import webdriver from selenium.webdriver.chrome.service import Service from webdriver_manager.chrome import ChromeDriverManager

driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()))`