From 8df64e52e3fa776f2cf65f5dd0994abb6ba5a09e Mon Sep 17 00:00:00 2001 From: Jarjar Date: Sun, 5 Feb 2023 18:10:49 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9acd149..c4df095 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,15 @@ Bot for the website Globalexam. It helps to spend more than 20 hours on it by re ```bash python -m pip install -r requirements.txt ``` -You also need to install google chrome v104.x +You also need to install google chrome v104.x, if you want to use the provided chromedriver. +The provided chromedriver works only on a Linux system. +You can replace it by another one by downloading it here : [https://chromedriver.chromium.org/downloads](https://chromedriver.chromium.org/downloads) ## 🧑🏻‍💻 Usage + ```bash python main.py -u ``` +Without headless mode : +```bash +python main.py -u --noheadless +```