Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : geckodriver | name : geckodriver | ||||
| version : 0.25.0 | version : 0.28.0 | ||||
| release : 1 | release : 2 | ||||
| source : | source : | ||||
| - https://github.com/mozilla/geckodriver/archive/v0.25.0.tar.gz : 9ba9b1be1a2e47ddd11216ce863903853975a4805e72b9ed5da8bcbcaebbcea9 | - https://github.com/mozilla/geckodriver/archive/v0.28.0.tar.gz : b75e03d76b11aa235979a3a767e539a2dc6065db4838a723ed3a02999e4c13b0 | ||||
| license : MPL-2.0 | license : MPL-2.0 | ||||
| component : network.web | component : network.web | ||||
| summary : WebDriver for Firefox | summary : WebDriver for Firefox | ||||
| description: | | description: | | ||||
| Proxy for using W3C WebDriver compatible clients to interact with Gecko-based browsers. | 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 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. | ||||
| networking : yes | networking : yes | ||||
| builddeps : | builddeps : | ||||
| - cargo | - cargo | ||||
| rundeps : | |||||
| - firefox | |||||
| build : | | build : | | ||||
| cargo build --release | cargo build --release | ||||
| install : | | install : | | ||||
| install -Dm00755 target/release/geckodriver $installdir/usr/bin/geckodriver | install -Dm00755 target/release/geckodriver $installdir/usr/bin/geckodriver | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.