Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed-althaf-h committed Dec 15, 2020
1 parent 8255949 commit 6574bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ https://www.python.org/downloads/
3. **Firefox**----> Click the menu button ≡ Menu , click Help and select About Firefox

## Add the Path of your webdriver to
- > in `line 196` mah = webdriver.Chrome("`PASTE YOUR WEBDRIVER PATH HERE`",options=opt,service_log_path='NUL') #Example ("E:\WebDrivers\chromedriver.exe",options=opt,service_log_path='NUL')
- in `line 196` mah = webdriver.Chrome("`PASTE YOUR WEBDRIVER PATH HERE`",options=opt,service_log_path='NUL') #Example ("E:\WebDrivers\chromedriver.exe",options=opt,service_log_path='NUL')

## Change this line if ur browser is not chrome...
1. **for Edge**---- > `line 196` mah = webdriver.Edge("`PASTE YOUR WEBDRIVER PATH HERE`",options=opt,service_log_path='NUL') #Example ("E:\WebDrivers\chromedriver.exe",options=opt,service_log_path='NUL')
Expand Down Expand Up @@ -54,4 +54,4 @@ There are few things you got configure before running this bot.
- Install requirements.txt `pip install -r requirements.txt`

## Run the bot
- Run the bot `python msbot.py`
- Run the bot `python msbot.py`

0 comments on commit 6574bfa

Please sign in to comment.