[Bug 29490] What error code should be returned on an attempt to execute an operation in a deleted session?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29490

Andreas Tolfsen <ato@mozilla.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ato@mozilla.com
         Resolution|---                         |FIXED

--- Comment #1 from Andreas Tolfsen <ato@mozilla.com> ---
Under step 5 substep 1, it says it must return an "invalid session id" error
when an unrecognised session ID is being used and the command is not for
creating a new session:

    http://w3c.github.io/webdriver/webdriver-spec.html#processing-model

An unrecognised session ID means that the provided session UUID is not in the
list of active sessions.

The "close the session" algorithm removes the current session from the list of
active sessions:

    http://w3c.github.io/webdriver/webdriver-spec.html#dfn-close-the-session

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 20 February 2016 15:23:13 UTC