mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1649094 - [geckodriver] Release version 0.28.0. r=webdriver-reviewers,jgraham
Differential Revision: https://phabricator.services.mozilla.com/D95074
This commit is contained in:
parent
ae095ec86d
commit
6e8527f840
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1734,7 +1734,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "geckodriver"
|
||||
version = "0.27.0"
|
||||
version = "0.28.0"
|
||||
dependencies = [
|
||||
"base64 0.12.0",
|
||||
"chrono",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "geckodriver"
|
||||
version = "0.27.0"
|
||||
version = "0.28.0"
|
||||
description = "Proxy for using WebDriver clients to interact with Gecko-based browsers."
|
||||
keywords = ["webdriver", "w3c", "httpd", "mozilla", "firefox"]
|
||||
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver"
|
||||
|
@ -23,6 +23,11 @@ and required versions of Selenium and Firefox:
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tr>
|
||||
<td>0.28.0
|
||||
<td>≥ 3.11 (3.14 Python)
|
||||
<td>60
|
||||
<td>n/a
|
||||
<tr>
|
||||
<td>0.27.0
|
||||
<td>≥ 3.11 (3.14 Python)
|
||||
|
Loading…
Reference in New Issue
Block a user