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 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
  • 🛠️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
  • ⁉️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?
Powered by GitBook
On this page
  • Why Set Up a Dedicated Chrome for WhatsAppBlaster?
  • Watch the Video: How to Set Up Chrome
  • Detailed Steps: Setting Up Chrome for WhatsAppBlaster
  1. Guides

How to set up Chrome for WhatsAppBlaster

Last updated 22 hours ago

Why Set Up a Dedicated Chrome for WhatsAppBlaster?

WhatsAppBlaster works by automating your Chrome browser. It opens the browser, navigates to WhatsApp Web, and sends messages for you—all automatically.

To make this possible, two things are needed:

  1. A Chrome browser to perform the tasks.

  2. A ChromeDriver to control the browser.

The problem? Google updates both Chrome and ChromeDriver frequently. If your browser updates, you also have to update the ChromeDriver to match, which can quickly become a hassle.

The solution? Use a dedicated "testing" Chrome browser. This is a special version of Chrome that’s only used for automation tasks like WhatsApp messaging. Paired with its matching ChromeDriver, this setup eliminates the need for constant updates, making the process much easier.

Follow the steps below to set up your dedicated Chrome browser and ChromeDriver.

Watch the Video: How to Set Up Chrome

Detailed Steps: Setting Up Chrome for WhatsAppBlaster

1

Download ChromeDriver & Chrome Testing Browser

Version: 136.0.7103.113, Last updated: May 23, 2025

Version: 136.0.7103.113, Last updated: May 23, 2025

2

Extract the files

  1. Extract the ChromeDriver zip file (chromedriver-win64.zip):

    • Inside the extracted folder, you’ll find chromedriver.exe.

  2. Extract the Chrome Testing Browser zip file (chrome-win64.zip):

    • You’ll get a folder called chrome-win64.

3

Move the Files to Selnium Basic Folder

  1. Open the default Selenium Basic folder:

    C:\Users\<YourUsername>\AppData\Local\SeleniumBasic
  2. Replace the existing chromedriver.exe in this folder with the new one from the chromedriver-win64 folder.

  3. Copy the entire chrome-win64 folder into the Selenium Basic folder. Your folder should now look like this:

4

Add the Chrome Path to WhatsAppBlaster

  1. Find the path to chrome.exe inside the chrome-win64 folder. Example path:

    C:\Users\<YourUsername>\AppData\Local\SeleniumBasic\chrome-win64\chrome.exe
  2. Open WhatsAppBlaster and paste this path into the input field for the Chrome binary path.

📚
Download ChromeDriver (win64)
Download Chrome Testing Browser (win64)
Download ChromeDriver (win32)
Download Chrome Testing Browser (win32)
Step-by-Step Guide