From 6d6c496a385dfc0684ee8f384de1b3a65c022256 Mon Sep 17 00:00:00 2001 From: Haris Muneer Date: Thu, 23 Aug 2018 22:01:13 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 800918c..899d471 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ You will need to install latest version of [Google Chrome](https://www.google.co pip install selenium ``` -Run the code using Python 3. +Run the code using Python 3. Also, the code is multi-platform and is tested on both Windows and Linux. The tool uses latest version of [Chrome Web Driver](http://chromedriver.chromium.org/downloads). I have placed the webdriver along with the code but if that version doesn't work then replace the chrome web driver with the latest one. ### How to Run