Closed
Bug 941126
Opened 12 years ago
Closed 11 years ago
deleteSession not matching webdriver command quit
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: ato, Assigned: ato)
References
(Blocks 1 open bug)
Details
Marionette uses "deleteSession" for ending sessions while the expected
webdriver command is "quit".
This incompatibility makes it harder to use Marionette directly
without maintaining a WebDriver-to-Marionette command conversion set.
Comment 1•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → ato
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•11 years ago
|
||
Since Marionette doesn't manage the life cycle of the browser itself,
it might be confusing to rename deleteSession to quit when quit needs
special casing in each language bindings anyways.
Keeping startSession and deleteSession as they are makes more sense
IMO.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
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
•