Closed
Bug 902129
Opened 12 years ago
Closed 12 years ago
Some APIs missing from online Marionette docs
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: pdehaan, Unassigned)
Details
(Whiteboard: [marionette-docs])
I ran PyDoc against my local version of Marionette ("marionette-client==0.5.35" according to pip freeze) and found that the generated docs listed APIs not present on https://developer.mozilla.org/en-US/docs/Marionette/Marionette
Specifically, I noticed that anything *_cookie related wasn't listed on the MDN page: add_cookie(), delete_cookie(), delete_all_cookies(), etc.
Comment 1•12 years ago
|
||
See also bug 901635.
Updated•12 years ago
|
Whiteboard: [marionette-docs]
Comment 2•12 years ago
|
||
We have updated the way that documentation is done so that it is built automatically and posted on read the docs.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•