[Bug 27998] New: Attempt to reuse ended session should result in error response

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

            Bug ID: 27998
           Summary: Attempt to reuse ended session should result in error
                    response
           Product: Browser Test/Tools WG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebDriver
          Assignee: public-browser-tools-testing@w3.org
          Reporter: ato@mozilla.com
        QA Contact: public-browser-tools-testing@w3.org
                CC: mike@w3.org

When attempting to reuse an ended session you should get an error.  All
commands called after `DELETE /session/{session_id}` or `DELETE
/session/{session_id}/window` on the last window should should result in error
responses.

The Selenium project uses the “NoSuchDriver” exception to indicate this and we
don't seem to have any equivalent of that.  Maybe a “session expired” error or
something similar would make sense?

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

Received on Wednesday, 11 February 2015 12:09:51 UTC