1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-13 18:14:21 +02:00

enhance readme about geckodriver

This commit is contained in:
amacado
2020-09-06 13:56:53 +02:00
parent 75a9195de7
commit 220c3d8bce

View File

@@ -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