Closed
Bug 1495475
Opened 6 years ago
Closed 6 years ago
Warn on using desiredCapabilities/requiredCapabilities
Categories
(Testing :: geckodriver, enhancement, P1)
Testing
geckodriver
Tracking
(firefox64 fixed)
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: ato, Assigned: ato)
References
Details
Attachments
(1 file)
Since we want to remove support for Selenium-styled new session
requests before releasing geckodriver 1.0, we could could ease the
transition for users by issuing a warning when users attempt to use
desiredCapabilities or requiredCapabilities.
If we wanted to be really nice we could write some documentation
on how to upgrade from desiredCapabilities/requiredCapabilities to
the WebDriver conforming new session negotiation pattern.
Assignee | ||
Comment 1•6 years ago
|
||
This emits a warning when the webdriver library reverts to using the
legacy Selenium-styled capabilities negotiation for new sessions.
It provides a helpful link which will explain to users how to update.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → ato
Status: NEW → ASSIGNED
Priority: P3 → P1
Comment 2•6 years ago
|
||
Comment on attachment 9013351 [details]
bug 1495475: webdriver: warn on using desiredCapabilities/requiredCapabilities
Henrik Skupin (:whimboo) has approved the revision.
Attachment #9013351 -
Flags: review+
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/549b5d7a277b
webdriver: warn on using desiredCapabilities/requiredCapabilities r=whimboo
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Assignee | ||
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•