From 220c3d8bce139108bd63793f3fa75996c0cb806f Mon Sep 17 00:00:00 2001 From: amacado Date: Sun, 6 Sep 2020 13:56:53 +0200 Subject: [PATCH] enhance readme about geckodriver --- .../build_assets/geckodriver-v0.27.0-win64/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/scripts/build_assets/geckodriver-v0.27.0-win64/README.md b/.github/scripts/build_assets/geckodriver-v0.27.0-win64/README.md index c907e4be..51dc9369 100644 --- a/.github/scripts/build_assets/geckodriver-v0.27.0-win64/README.md +++ b/.github/scripts/build_assets/geckodriver-v0.27.0-win64/README.md @@ -1 +1,6 @@ -This folder was taken from: https://github.com/mozilla/geckodriver/releases/tag/v0.27.0 +## geckodriver +Proxy for using W3C WebDriver compatible clients to interact with Gecko-based browsers. +This program provides the HTTP API described by the WebDriver protocol to communicate with Gecko browsers, such as Firefox. +It translates calls into the Marionette remote protocol by acting as a proxy between the local- and remote ends. + +This application was taken from: https://github.com/mozilla/geckodriver/releases/tag/v0.27.0