Closed
Bug 941129
Opened 12 years ago
Closed 12 years ago
getAllCookies not matching webdriver command getCookies
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(firefox28 fixed, firefox29 fixed)
RESOLVED
FIXED
mozilla29
People
(Reporter: ato, Assigned: ato)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
10.01 KB,
patch
|
automatedtester
:
review+
|
Details | Diff | Splinter Review |
Marionette uses "getAllCookies" for getting a list of site specific
cookies back while the expected webdriver command is "getCookies".
This incompatibility makes it harder to use Marionette directly
without maintaining a WebDriver-to-Marionette command conversion set.
Updated•12 years ago
|
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → ato
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #8362477 -
Flags: review?(dburns)
Updated•12 years ago
|
Attachment #8362477 -
Flags: review?(dburns) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 3•12 years ago
|
||
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Whiteboard: checking-needed-aurora
Comment 5•12 years ago
|
||
status-firefox28:
--- → fixed
status-firefox29:
--- → fixed
Keywords: checkin-needed
Whiteboard: checking-needed-aurora
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•