From 0cd1d19a368bfc53d49ce0cb5a14c1e34fe0aa52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Rosi=C5=84ski?= Date: Thu, 16 Jun 2022 19:38:32 +0200 Subject: [PATCH] Use latest version of geckodriver Tested on Debian 11.3 with Python 3.9, where all functional tests fails with v0.29.0 but pass with v0.31.0. --- contributing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contributing.md b/contributing.md index 89c1e72b..0908bad6 100644 --- a/contributing.md +++ b/contributing.md @@ -355,12 +355,12 @@ Decompress the downloaded file. Install the [latest release of geckodriver](https://github.com/mozilla/geckodriver/releases). # macOS - wget https://github.com/mozilla/geckodriver/releases/download/v0.29.0/geckodriver-v0.29.0-macos.tar.gz - tar -xzf geckodriver-v0.29.0-macos.tar.gz + wget https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-macos.tar.gz + tar -xzf geckodriver-v0.31.0-macos.tar.gz # Linux - wget https://github.com/mozilla/geckodriver/releases/download/v0.29.0/geckodriver-v0.29.0-linux64.tar.gz - tar -xzf geckodriver-v0.29.0-linux64.tar.gz + wget https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux64.tar.gz + tar -xzf geckodriver-v0.31.0-linux64.tar.gz On macOS you need to issue a command to remove the webdriver from quarantine whenever you install a new version.