Skip to content

Commit 46ff5c2

Browse files
Update readme.md
1 parent 50239e0 commit 46ff5c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Gmail Account Creation Automation Script
22

3-
Automate the process of creating Gmail accounts using Selenium and Firefox WebDriver.
3+
Automate the process of creating Gmail accounts using Selenium and Chrome WebDriver.
44

55
## Overview
66

7-
This script allows you to automate the creation of Gmail accounts using the Selenium automation framework with the Firefox WebDriver. It navigates through the Gmail sign-up process by filling in the required details, such as name, username, password, and more.
7+
This script allows you to automate the creation of Gmail accounts using the Selenium automation framework with the Chrome WebDriver. It navigates through the Gmail sign-up process by filling in the required details, such as name, username, password, and more.
88

99
## Prerequisites
1010

1111
- Python 3.x
12-
- GeckoDriver (Firefox WebDriver) - [Download GeckoDriver](https://github.com/mozilla/geckodriver/releases)
12+
- ChromeDriver - [Download ChromeDriver](https://sites.google.com/chromium.org/driver/)
1313
- Selenium library - Install using `pip install selenium`
1414

1515
## Usage
@@ -20,7 +20,7 @@ This script allows you to automate the creation of Gmail accounts using the Sele
2020
git clone https://github.com/khaouitiabdelhakim/Gmail-Creation-Automation-Python.git
2121
```
2222

23-
2. Download the GeckoDriver executable and place it in the repository directory.
23+
2. Download the ChromeDriver executable and place it in the repository directory.
2424

2525
3. Install the required libraries:
2626

0 commit comments

Comments
 (0)