WhatsApp Blaster
Get WhatsApp BlasterSupport
  • 👋Welcome to the WhatsApp Blaster
  • 💡Fundamentals
    • Getting Started
    • Guidelines for using WhatsApp Blaster
    • Release Notes
    • Support
    • Disclaimer
  • 📚Guides
    • 3 messaging tips to get the most out of WhatsApp Blaster
    • How to enter your message details
    • How to set up Chrome for WhatsAppBlaster
    • How to use the phone number converter
    • How to use the phone number validator
    • How to use the phone number replicator
    • How to use placeholders
    • How to use spintext
    • How to send media files and documents
    • How to send a message to a group chat
    • How to set up a custom delay
    • How to send a multiline message
    • How to send media or documents with a caption
    • How to configure the backend settings sheet
  • How to update the Chrome Testing Browser & Driver
  • 🛠️Troubleshooting
    • How to update ChromeDriver
    • Unable to click on buttons in the WhatsApp Blaster
    • Resolving Run-Time Error '-2146232576 (80131700)': Automation Error
    • Resolving Error: 7 No Such Element Error When Sending Images or Documents
    • Resolving Compile Error in Hidden Module: mWhatsAppBOT
    • Resolving Error 429: Class Not Registered
    • Resolving Chrome Binary Not Found Error
    • Resolving 1000 SeleniumError
  • Resolving the “OLE Automation Error”
  • ⁉️FAQ
    • How can I interrupt the sending process?
    • Can I schedule messages with WhatsApp Blaster?
    • Is there a risk of getting banned on WhatsApp when using WhatsApp Blaster?
    • What should I do If macros are disabled or blocked in the workbook?
    • Why does the Excel template differ from the one shown in the YouTube video?
    • What are the licensing terms for WhatsApp Blaster PRO?
    • Can I view or modify the VBA code?
    • Is there a maximum number of messages I can send per day?
    • Which versions of Excel are supported?
    • Can I use WhatsApp Blaster with WhatsApp Desktop?
    • Can I try the PRO version before purchasing?
    • Why upgrade to PRO?
    • How do I get a refund?
    • How to cancel your subscription
Powered by GitBook
On this page
  1. Troubleshooting

How to update ChromeDriver

Last updated 9 months ago

How to Update ChromeDriver

If you encounter the following error message when running the WhatsApp Blaster, it indicates a version mismatch between your Chrome browser and the ChromeDriver used by VBA Selenium:

What Does This Mean?

This error occurs because your Chrome browser has been updated to a newer version (e.g., version 123), but the ChromeDriver installed with VBA Selenium is still on an older version (e.g., version 120). To fix this, you'll need to update your ChromeDriver to match your current browser version.

Below is a step-by-step guide on how to update the ChromeDriver:

Steps to Update ChromeDriver

  1. Identify the Issue:

    • Check the error message to confirm the version numbers of your current Chrome browser and ChromeDriver.

  2. Download the Correct ChromeDriver:

    • Download the ChromeDriver that corresponds to your browser's major version (e.g., version 123).

    • Choose the correct driver for your operating system (win32 or win64).

  3. Replace the Old ChromeDriver:

    • Extract the downloaded ZIP file.

    • Copy the chromedriver.exe file.

    • Navigate to C:\Users\<USERNAME>\AppData\Local\SeleniumBasic.

    • Paste the new file into this folder, replacing the existing chromedriver.exe.

  4. Test the WhatsApp Blaster:

    • Return to the WhatsApp Blaster Excel file and run the bot again to ensure everything is working correctly.

Go directly to the .

🛠️
ChromeDriver download page